wok-6.x diff fpm2/receipt @ rev 15700
wbar2:Fixconfig (again)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Dec 22 15:10:14 2013 +0100 (2013-12-22) |
parents | 77d4b6bb3e69 |
children | 0e66561b013b |
line diff
1.1 --- a/fpm2/receipt Fri Mar 09 21:47:23 2012 -0500 1.2 +++ b/fpm2/receipt Sun Dec 22 15:10:14 2013 +0100 1.3 @@ -4,14 +4,16 @@ 1.4 VERSION="0.76.1" 1.5 CATEGORY="utilities" 1.6 SHORT_DESC="Password manager." 1.7 +MAINTAINER="pankso@slitaz.org" 1.8 +LICENSE="GPL2" 1.9 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 +WEB_SITE="http://als.regnet.cz/fpm2/" 1.11 +WGET_URL="http://als.regnet.cz/fpm2/download/$TARBALL" 1.12 + 1.13 DEPENDS="expat gtk+ libxml2 xorg-libX11 xorg-libXau xorg-libXcomposite \ 1.14 xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \ 1.15 xorg-libXrandr xorg-libXrender xorg-libXdamage" 1.16 BUILD_DEPENDS="gtk+-dev libxml2-dev" 1.17 -MAINTAINER="pankso@slitaz.org" 1.18 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.19 -WEB_SITE="http://als.regnet.cz/fpm2/" 1.20 -WGET_URL="http://als.regnet.cz/fpm2/download/$TARBALL" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 @@ -21,12 +23,12 @@ 1.25 --prefix=/usr \ 1.26 --mandir=/usr/share/man && 1.27 make && 1.28 - make DESTDIR=$PWD/_pkg install 1.29 + make DESTDIR=$DESTDIR install 1.30 } 1.31 1.32 # Rules to gen a SliTaz package suitable for Tazpkg. 1.33 genpkg_rules() 1.34 { 1.35 mkdir -p $fs/usr 1.36 - cp -a $_pkg/usr/bin $fs/usr 1.37 + cp -a $install/usr/bin $fs/usr 1.38 }