wok-stable diff pth/receipt @ rev 5406
Up: mtpaint (3.31) - Added bzip2 and acl to build depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 02 23:15:57 2010 +0000 (2010-05-02) |
parents | 1f64c55082ab |
children | 83809e28255e |
line diff
1.1 --- a/pth/receipt Wed Apr 16 01:48:20 2008 +0200 1.2 +++ b/pth/receipt Sun May 02 23:15:57 2010 +0000 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