wok rev 10190

Up: xchm to 1.19.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 22:50:10 2011 +0000 (2011-05-20)
parents d512c6cf3825
children a2c722329bbe
files xchm/receipt
line diff
     1.1 --- a/xchm/receipt	Fri May 20 22:48:49 2011 +0000
     1.2 +++ b/xchm/receipt	Fri May 20 22:50:10 2011 +0000
     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.