wok-6.x diff pmount/receipt @ rev 16660
Add missing licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 14 06:47:26 2014 +0000 (2014-05-14) |
parents | 73641efed1cc |
children | 8dd8bab3f0ca |
line diff
1.1 --- a/pmount/receipt Mon Apr 23 16:30:27 2012 +0200 1.2 +++ b/pmount/receipt Wed May 14 06:47:26 2014 +0000 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