wok diff xchm/receipt @ rev 10305

e2fsprogs-dev: fix path to files list in stuff
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 22 02:21:30 2011 +0200 (2011-05-22)
parents 6609702ae5ca
children 7978be568da0
line diff
     1.1 --- a/xchm/receipt	Thu Feb 03 15:46:09 2011 +0000
     1.2 +++ b/xchm/receipt	Sun May 22 02:21:30 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xchm"
     1.7 -VERSION="1.18"
     1.8 +VERSION="1.19"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Cross-platform GUI for chmlib"
    1.11  MAINTAINER="allan316@gmail.com"
    1.12 @@ -9,16 +9,14 @@
    1.13  BUILD_DEPENDS="wxWidgets wxWidgets-dev chmlib-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://xchm.sourceforge.net"
    1.16 -WGET_URL="http://transact.dl.sourceforge.net/sourceforge/xchm/$TARBALL"
    1.17 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22  	cd $src
    1.23 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.24 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.25 -	make &&
    1.26 -	make DESTDIR=$PWD/_pkg install
    1.27 +	./configure $CONFIGURE_ARGS &&
    1.28 +	make && make install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.