wok annotate smx-dev/receipt @ rev 20321
Fix busybox, etherboot & mgetty
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 20 21:26:43 2018 +0200 (2018-05-20) |
parents | c8e8372d27d3 |
children | c49ffc024a6c |
rev | line source |
---|---|
pascal@13358 | 1 # SliTaz package receipt. |
pascal@13358 | 2 |
pascal@13358 | 3 PACKAGE="smx-dev" |
pascal@13358 | 4 VERSION="1.1.4-454" |
pascal@13358 | 5 CATEGORY="development" |
pascal@13358 | 6 SHORT_DESC="text-embedded macro processing language, development files." |
pascal@13358 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15593 | 8 LICENSE="GPL2" |
pascal@13358 | 9 WEB_SITE="http://www.smxlang.org/" |
pascal@13358 | 10 WANTED="smx" |
pascal@13358 | 11 |
pascal@13358 | 12 DEPENDS="smx" |
pascal@13358 | 13 |
pascal@13358 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13358 | 15 genpkg_rules() |
pascal@13358 | 16 { |
pascal@13358 | 17 mkdir -p $fs/usr/lib |
pascal@13358 | 18 cp -a $install/usr/include $fs/usr |
pascal@13358 | 19 cp -a $install/usr/lib/*a $fs/usr/lib |
pascal@13358 | 20 } |