wok-stable diff xpad/receipt @ rev 1080
Up: slitaz-base-files (2.3)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Jul 16 16:28:13 2008 +0200 (2008-07-16) |
parents | eb4e6a1af180 |
children | f08ead2d5191 |
line diff
1.1 --- a/xpad/receipt Thu Mar 13 10:38:19 2008 +0000 1.2 +++ b/xpad/receipt Wed Jul 16 16:28:13 2008 +0200 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 }