wok-current view get-src2pkg/receipt @ rev 14554
thunderbird-langpack-es_ES: Up to 17.0.6esr
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu May 23 10:09:21 2013 +0200 (2013-05-23) |
parents | 29cefb03f298 |
children | 42b8478866fb |
line source
1 # SliTaz package receipt.
3 PACKAGE="get-src2pkg"
4 VERSION="1.00"
5 CATEGORY="development"
6 WEB_SITE="http://amigolinux.org"
7 SHORT_DESC="Package-creation and conversion software"
8 MAINTAINER="pascal.bellard@slitaz.org"
10 # Rules to gen a SliTaz package suitable for Tazpkg.
11 genpkg_rules()
12 {
13 mkdir -p $fs/usr/bin
14 cp $stuff/get-src2pkg $fs/usr/bin
15 }