wok annotate get-src2pkg/receipt @ rev 16706

Add Firefox Official (29.0.1) - Use official build from the Mozilla foundation
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 28 22:08:06 2014 +0200 (2014-05-28)
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