# HG changeset patch # User Christopher Rogers # Date 1305931810 0 # Node ID 3a16f3fec27e79a9757b200995a9c7e6da365112 # Parent d512c6cf3825988010a4bf7ba53a9f937a1c89d4 Up: xchm to 1.19. diff -r d512c6cf3825 -r 3a16f3fec27e xchm/receipt --- a/xchm/receipt Fri May 20 22:48:49 2011 +0000 +++ b/xchm/receipt Fri May 20 22:50:10 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xchm" -VERSION="1.18" +VERSION="1.19" CATEGORY="utilities" SHORT_DESC="Cross-platform GUI for chmlib" MAINTAINER="allan316@gmail.com" @@ -9,16 +9,14 @@ BUILD_DEPENDS="wxWidgets wxWidgets-dev chmlib-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://xchm.sourceforge.net" -WGET_URL="http://transact.dl.sourceforge.net/sourceforge/xchm/$TARBALL" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + ./configure $CONFIGURE_ARGS && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.