wok-stable diff pth/receipt @ rev 6110
fox, fox14, glew, perl-net-ldap: fix build_depends (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 04 13:06:54 2010 +0200 (2010-09-04) |
parents | 1f64c55082ab |
children | 83809e28255e |
line diff
1.1 --- a/pth/receipt Wed Apr 16 01:48:20 2008 +0200 1.2 +++ b/pth/receipt Sat Sep 04 13:06:54 2010 +0200 1.3 @@ -14,9 +14,11 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.8 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.9 - make 1.10 + ./configure \ 1.11 + --prefix=/usr \ 1.12 + --mandir=/usr/share/man \ 1.13 + $CONFIGURE_ARGS && 1.14 + make && 1.15 make DESTDIR=$PWD/_pkg install 1.16 } 1.17 1.18 @@ -24,7 +26,6 @@ 1.19 genpkg_rules() 1.20 { 1.21 mkdir -p $fs/usr/lib 1.22 - cp -a $_pkg/usr/bin $fs/usr 1.23 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.24 } 1.25