summaryrefslogtreecommitdiffstats
path: root/libnl/Pkgfile
blob: 63ff63aadb26fc35eec9596ac684a17323990ed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Description: Librairie pour des application utilisants des sockets
# URL: http://people.suug.ch/~tgr/libnl
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: 

name=libnl
version=3.2.7
release=1
source=(http://www.infradead.org/~tgr/$name/files/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure --prefix=/usr --sysconfdir=/etc
	make
	make DESTDIR=$PKG install
}