wok view get-src2pkg/receipt @ rev 22790

renamed enchant 2.2.7 to enchant2 and restored enchant 1.6.0 as enchant
author Hans-G?nter Theisgen
date Mon Jan 27 08:56:40 2020 +0100 (2020-01-27)
parents 6dac872c5a4a
children 73f36875e5a7
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"
9 LICENSE="BSD"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp $stuff/get-src2pkg $fs/usr/bin
16 }