wok-current annotate get-src2pkg/receipt @ rev 20895
updated espeak-dev again (1.45.05 -> 1.48.04)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 26 13:45:00 2019 +0100 (2019-02-26) |
parents | 6dac872c5a4a |
children | 73f36875e5a7 |
rev | line source |
---|---|
pascal@14507 | 1 # SliTaz package receipt. |
pascal@14507 | 2 |
pascal@14510 | 3 PACKAGE="get-src2pkg" |
pascal@14507 | 4 VERSION="1.00" |
pascal@14507 | 5 CATEGORY="development" |
pascal@14507 | 6 WEB_SITE="http://amigolinux.org" |
pascal@14507 | 7 SHORT_DESC="Package-creation and conversion software" |
pascal@14507 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15199 | 9 LICENSE="BSD" |
pascal@14507 | 10 |
pascal@14507 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@14507 | 12 genpkg_rules() |
pascal@14507 | 13 { |
pascal@14507 | 14 mkdir -p $fs/usr/bin |
pascal@14507 | 15 cp $stuff/get-src2pkg $fs/usr/bin |
pascal@14507 | 16 } |
pascal@14507 | 17 |