diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-06 23:47:40 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-06 23:47:40 +0100 |
commit | a17151ba35dd5a21fdd23d7a904eb87a3caf90d2 (patch) | |
tree | 27c558f11cc1d80ce19fb137350977ebfaf2bbe0 /extra/libpcap/Pkgfile | |
parent | 453339ac512555b1a454e6b002e5eebabdcebfbf (diff) | |
download | nutyx-pakxe-a17151ba35dd5a21fdd23d7a904eb87a3caf90d2.tar.gz nutyx-pakxe-a17151ba35dd5a21fdd23d7a904eb87a3caf90d2.tar.bz2 nutyx-pakxe-a17151ba35dd5a21fdd23d7a904eb87a3caf90d2.tar.xz nutyx-pakxe-a17151ba35dd5a21fdd23d7a904eb87a3caf90d2.zip |
libpcap, déplacé dans base
Diffstat (limited to 'extra/libpcap/Pkgfile')
-rw-r--r-- | extra/libpcap/Pkgfile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/libpcap/Pkgfile b/extra/libpcap/Pkgfile deleted file mode 100644 index 7660bbd8e..000000000 --- a/extra/libpcap/Pkgfile +++ /dev/null @@ -1,22 +0,0 @@ -# Description: Fourni les fonctions niveau utilisateur pour le fitrage de paquets -# URL: http://www.tcpdump.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: - -name=libpcap -version=1.0.0 -release=1 -source=(http://www.tcpdump.org/release/$name-$version.tar.gz) - -build() { - cd $name-$version - install -d $PKG/usr/bin - sed -i '/ln [^-][^s]/s/ln/ln -s/' Makefile.in - ./configure --prefix=/usr \ - --mandir=/usr/share/man - make - make DESTDIR=$PKG install install-shared - ln -s $name.so.$version $PKG/usr/lib/$name.so.1 - ln -s $name.so.$version $PKG/usr/lib/$name.so -} |