summaryrefslogtreecommitdiffstats
path: root/extra/libnl/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-17 21:37:36 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-17 21:37:36 +0100
commitbeb47d3f1fe5e73929d42ec1490acdf85eb6b0b8 (patch)
treef0c3c31f645a154cc1c0184e3acdd5144947df89 /extra/libnl/Pkgfile
parent6d1dfc9b5e483ec9690fde1c12a6607722e60325 (diff)
downloadnutyx-pakxe-beb47d3f1fe5e73929d42ec1490acdf85eb6b0b8.tar.gz
nutyx-pakxe-beb47d3f1fe5e73929d42ec1490acdf85eb6b0b8.tar.bz2
nutyx-pakxe-beb47d3f1fe5e73929d42ec1490acdf85eb6b0b8.tar.xz
nutyx-pakxe-beb47d3f1fe5e73929d42ec1490acdf85eb6b0b8.zip
libnl, déplacé dans base
Diffstat (limited to 'extra/libnl/Pkgfile')
-rw-r--r--extra/libnl/Pkgfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/libnl/Pkgfile b/extra/libnl/Pkgfile
deleted file mode 100644
index 3214c5e0e..000000000
--- a/extra/libnl/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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=1.1
-release=1
-source=(http://kiao.no-ip.info/sources/$name-$version.tar.gz\
- libnl-1.pc 01-missing_declaration.patch gcc43.patch)
-
-build() {
- cd $name-$version
- patch -Np1 -i ../01-missing_declaration.patch
- patch -Np1 -i ../gcc43.patch
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
- install -D -m0644 ../libnl-1.pc $PKG/usr/lib/pkgconfig/libnl-1.pc
-
-}