wok-6.x annotate nilfs-utils-dev/receipt @ rev 21870
busybox/command_not_found: use $PATH (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 25 11:06:27 2019 +0200 (2019-09-25) |
parents | e12b8d32e95b |
children | dc1fa2db351e |
rev | line source |
---|---|
pascal@18218 | 1 # SliTaz package receipt. |
pascal@18218 | 2 |
pascal@18218 | 3 PACKAGE="nilfs-utils-dev" |
pascal@20194 | 4 VERSION="2.2.7" |
pascal@18220 | 5 CATEGORY="development" |
pascal@18220 | 6 SHORT_DESC="NILFS Filesystem development. files" |
pascal@18218 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@18218 | 8 LICENSE="GPL2 LGPL2.1" |
pascal@18218 | 9 WEB_SITE="https://github.com/nilfs-dev/nilfs-utils" |
pascal@18218 | 10 WANTED="nilfs-utils" |
pascal@18218 | 11 |
pascal@18218 | 12 DEPENDS="nilfs-utils" |
pascal@18218 | 13 |
pascal@18218 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@18218 | 15 genpkg_rules() |
pascal@18218 | 16 { |
pascal@18218 | 17 mkdir -p $fs/usr/lib |
pascal@18218 | 18 cp -a $install/usr/include $fs/usr/ |
pascal@18218 | 19 cp -a $install/usr/lib/*a $fs/usr/lib/ |
pascal@18218 | 20 } |