wok rev 554

Up: Xpad (2.14)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 12 21:39:03 2008 +0200 (2008-04-12)
parents 617df3487753
children 8ea0c0cc99a0
files xpad/receipt
line diff
     1.1 --- a/xpad/receipt	Sat Apr 12 21:36:21 2008 +0200
     1.2 +++ b/xpad/receipt	Sat Apr 12 21:39:03 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  }