wok-next annotate atm-tools-dev/receipt @ rev 4922
php-mcrypt: fix post_install (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 15 20:51:11 2010 +0100 (2010-02-15) |
parents | |
children | be13f25e790b |
rev | line source |
---|---|
pascal@2200 | 1 # SliTaz package receipt. |
pascal@2200 | 2 |
pascal@2200 | 3 PACKAGE="atm-tools-dev" |
pascal@2200 | 4 VERSION="2.5.0" |
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@2200 | 8 SOURCE="linux-atm" |
pascal@2200 | 9 WEB_SITE="http://$SOURCE.sourceforge.net/" |
pascal@2200 | 10 WANTED="atm-tools" |
pascal@2200 | 11 |
pascal@2200 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@2200 | 13 genpkg_rules() |
pascal@2200 | 14 { |
pascal@2200 | 15 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg |
pascal@2200 | 16 mkdir -p $fs/usr/lib |
pascal@2200 | 17 cp -a $_pkg/usr/include $fs/usr |
pascal@2200 | 18 cp -a $_pkg/usr/lib/*a $fs/usr/lib |
pascal@2200 | 19 } |
pascal@2200 | 20 |