wok-6.x annotate get-src2pkg/receipt @ rev 14848
realvnc-viewer: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 18 09:44:52 2013 +0000 (2013-07-18) |
parents | 29cefb03f298 |
children | 42b8478866fb |
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@14507 | 9 |
pascal@14507 | 10 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@14507 | 11 genpkg_rules() |
pascal@14507 | 12 { |
pascal@14507 | 13 mkdir -p $fs/usr/bin |
pascal@14507 | 14 cp $stuff/get-src2pkg $fs/usr/bin |
pascal@14507 | 15 } |
pascal@14507 | 16 |