wok-next diff pamtester/receipt @ rev 20750

consolekit2, esound, fuse-emulator, glib, gstreamer1: update bdeps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 01 11:43:22 2018 +0300 (2018-06-01)
parents 51a1ebbda768
children d5aab818505e
line diff
     1.1 --- a/pamtester/receipt	Fri Oct 18 19:43:55 2013 +0000
     1.2 +++ b/pamtester/receipt	Fri Jun 01 11:43:22 2018 +0300
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="pamtester"
     1.8  VERSION="0.1.2"
     1.9 @@ -6,27 +6,21 @@
    1.10  SHORT_DESC="Test the pluggable authentication modules (PAM) facility"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="BSD"
    1.13 +WEB_SITE="http://pamtester.sourceforge.net/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://$PACKAGE.sourceforge.net/"
    1.17  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.18  
    1.19 -DEPENDS="pam"
    1.20 -BUILD_DEPENDS="pam pam-dev"
    1.21 +BUILD_DEPENDS="pam-dev"
    1.22  
    1.23 -# Rules to configure and make the package.
    1.24 -compile_rules()
    1.25 -{
    1.26 -	cd $src
    1.27 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.28 -	--mandir=/usr/share/man \
    1.29 -	$CONFIGURE_ARGS &&
    1.30 +compile_rules() {
    1.31 +	./configure $CONFIGURE_ARGS &&
    1.32 +	fix libtool &&
    1.33  	make &&
    1.34  	make DESTDIR=$DESTDIR install
    1.35  }
    1.36  
    1.37 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.38 -genpkg_rules()
    1.39 -{
    1.40 -	mkdir -p $fs/usr
    1.41 -	cp -a $install/usr/bin $fs/usr
    1.42 +genpkg_rules() {
    1.43 +	copy @std
    1.44 +	DEPENDS="pam"
    1.45  }