wok-next annotate atm-tools-dev/receipt @ rev 19032
Up tazinst* (74)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 09 18:46:12 2016 +0200 (2016-04-09) |
parents | d5acb4e6cacf |
children |
rev | line source |
---|---|
pascal@2200 | 1 # SliTaz package receipt. |
pascal@2200 | 2 |
pascal@2200 | 3 PACKAGE="atm-tools-dev" |
pascal@11805 | 4 VERSION="2.5.2" |
pascal@2200 | 5 CATEGORY="development" |
pascal@2200 | 6 SHORT_DESC="User space tools for atm, development files." |
pascal@2200 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15362 | 8 LICENSE="GPL2" |
pascal@2200 | 9 SOURCE="linux-atm" |
pascal@2200 | 10 WEB_SITE="http://$SOURCE.sourceforge.net/" |
pascal@2200 | 11 WANTED="atm-tools" |
pascal@2200 | 12 |
pascal@2200 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@2200 | 14 genpkg_rules() |
pascal@2200 | 15 { |
pascal@2200 | 16 mkdir -p $fs/usr/lib |
pascal@15362 | 17 cp -a $install/usr/include $fs/usr |
pascal@15362 | 18 cp -a $install/usr/lib/*a $fs/usr/lib |
pascal@2200 | 19 } |
pascal@2200 | 20 |