wok-6.x diff libnl/receipt @ rev 13163
testdisk: add ntfs support (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 29 11:26:59 2012 +0200 (2012-07-29) |
parents | 0b4cf0d9e1b5 |
children | 5f4c4d819318 |
line diff
1.1 --- a/libnl/receipt Mon Feb 14 19:09:46 2011 +0100 1.2 +++ b/libnl/receipt Sun Jul 29 11:26:59 2012 +0200 1.3 @@ -12,13 +12,9 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - busybox patch -p0 -i stuff/libnl-1.1-ULONG_MAX.patch || return 1 1.8 - 1.9 cd $src 1.10 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.11 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.12 - make 1.13 - make DESTDIR=$PWD/_pkg install 1.14 + busybox patch -p0 -i $stuff/libnl-1.1-ULONG_MAX.patch || return 1 1.15 + ./configure && make && make install 1.16 } 1.17 1.18 # Rules to gen a SliTaz package suitable for Tazpkg. 1.19 @@ -27,4 +23,3 @@ 1.20 mkdir -p $fs/usr 1.21 cp -a $_pkg/usr/lib $fs/usr 1.22 } 1.23 -