wok-6.x annotate afpfs-ng-dev/receipt @ rev 17711
Up inkscape (0.91) update wget_url
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Tue Mar 03 23:37:12 2015 -0300 (2015-03-03) |
parents | d9c2cb21341a |
children |
rev | line source |
---|---|
pascal@11213 | 1 # SliTaz package receipt. |
pascal@11213 | 2 |
pascal@11213 | 3 PACKAGE="afpfs-ng-dev" |
pascal@11213 | 4 VERSION="0.8.1" |
pascal@11213 | 5 CATEGORY="development" |
pascal@11213 | 6 SHORT_DESC="The free afpfs driver development files" |
pascal@11213 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15362 | 8 LICENSE="GPL2" |
pascal@11213 | 9 WEB_SITE="http://alexthepuffin.googlepages.com/" |
pascal@11213 | 10 WANTED="afpfs-ng" |
pascal@11213 | 11 |
pascal@11213 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11213 | 13 genpkg_rules() |
pascal@11213 | 14 { |
pascal@11213 | 15 mkdir -p $fs/usr/lib |
pascal@15362 | 16 cp -a $install/usr/lib/*a $fs/usr/lib |
pascal@11213 | 17 } |