wok-stable diff xpad/receipt @ rev 1370
Add jack-audio-connection-kit
author | Allan Pinto <allan316@gmail.com> |
---|---|
date | Thu Sep 11 19:06:27 2008 +0000 (2008-09-11) |
parents | eb4e6a1af180 |
children | f08ead2d5191 |
line diff
1.1 --- a/xpad/receipt Thu Mar 13 10:38:19 2008 +0000 1.2 +++ b/xpad/receipt Thu Sep 11 19:06:27 2008 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xpad" 1.7 -VERSION="2.12" 1.8 +VERSION="2.14" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="Desktop note pad using GTK+ toolkit." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -15,8 +15,10 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - ./configure --prefix=/usr --mandir=/usr/share/man \ 1.17 - $CONFIGURE_ARGS 1.18 + ./configure \ 1.19 + --prefix=/usr \ 1.20 + --mandir=/usr/share/man \ 1.21 + $CONFIGURE_ARGS 1.22 make 1.23 make DESTDIR=$PWD/_pkg install 1.24 } 1.25 @@ -26,5 +28,4 @@ 1.26 { 1.27 mkdir -p $fs/usr 1.28 cp -a $_pkg/usr/bin $fs/usr 1.29 - strip -s $fs/usr/bin/* 1.30 }