wok view spk/receipt @ rev 16289

Up: spk (1.3) Lots of improvents and fixes
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 06 22:35:50 2014 +0200 (2014-04-06)
parents 14fa6943c565
children a6049658b2aa
line source
1 # SliTaz package receipt.
3 PACKAGE="spk"
4 VERSION="1.3"
5 CATEGORY="base-system"
6 SHORT_DESC="Fast and Light SliTaz Packages Toolset"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="BSD"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.slitaz.org/"
11 WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.gz"
12 HOST_ARCH="i486 arm x86_64"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 make DESTDIR=$install install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs
24 cp -a $install/* $fs
25 }