wok diff pmount/receipt @ rev 17236

jack-audio-connection-kit: update bdeps to build alsa_out & alsa_in
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 18 13:24:48 2014 +0200 (2014-10-18)
parents 73641efed1cc
children 8dd8bab3f0ca
line diff
     1.1 --- a/pmount/receipt	Mon Apr 23 16:30:27 2012 +0200
     1.2 +++ b/pmount/receipt	Sat Oct 18 13:24:48 2014 +0200
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Mount arbitrary hotpluggable devices as normal user."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL3"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://pmount.alioth.debian.org/"
    1.10  WGET_URL="http://alioth.debian.org/frs/download.php/3310/$TARBALL"
    1.11 +CONFIG_FILES="/etc/pmount.allow"
    1.12 +
    1.13  DEPENDS="dbus hal sysfsutils"
    1.14  BUILD_DEPENDS="util-linux-blkid-dev intltool"
    1.15 -CONFIG_FILES="/etc/pmount.allow"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19 @@ -25,9 +27,9 @@
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr/share/locale
    1.23 -	cp -a $_pkg/etc $fs
    1.24 -	cp -a $_pkg/usr/bin $fs/usr
    1.25 -	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.26 -	cp -a $_pkg/usr/share/locale/de $fs/usr/share/locale
    1.27 +	cp -a $install/etc $fs
    1.28 +	cp -a $install/usr/bin $fs/usr
    1.29 +	cp -a $install/usr/share/locale/fr $fs/usr/share/locale
    1.30 +	cp -a $install/usr/share/locale/de $fs/usr/share/locale
    1.31  }
    1.32