wok diff atm-tools/receipt @ rev 19091

Add brower-html5 virtual package
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 01 10:11:21 2016 +0200 (2016-05-01)
parents d5acb4e6cacf
children 7f39549720b8
line diff
     1.1 --- a/atm-tools/receipt	Sat Feb 25 15:23:16 2012 +0100
     1.2 +++ b/atm-tools/receipt	Sun May 01 10:11:21 2016 +0200
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="User space tools for atm."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  SOURCE="linux-atm"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10 -BUILD_DEPENDS="flex"
    1.11  WEB_SITE="http://$SOURCE.sourceforge.net/"
    1.12  WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
    1.13  CONFIG_FILES="/etc/atmsigd.conf"
    1.14  
    1.15 +BUILD_DEPENDS="flex"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -27,9 +29,9 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib
    1.24 -	cp -a $_pkg/etc $fs
    1.25 -	cp -a $_pkg/usr/bin $fs/usr
    1.26 -	cp -a $_pkg/usr/sbin $fs/usr
    1.27 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.28 +	cp -a $install/etc $fs
    1.29 +	cp -a $install/usr/bin $fs/usr
    1.30 +	cp -a $install/usr/sbin $fs/usr
    1.31 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.32  }
    1.33