wok annotate atm-tools-dev/receipt @ rev 17324

Add e2tools
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 04 19:06:05 2014 +0100 (2014-11-04)
parents d5acb4e6cacf
children 7dd01dedad38
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