wok view slitaz-config/receipt @ rev 161

Add mtPaint desktop entry file
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jan 28 19:42:11 2008 +0100 (2008-01-28)
parents
children cdac43c3f44f
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-config"
4 VERSION="1.0"
5 CATEGORY="base-system"
6 SHORT_DESC="Config tree for the base system."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.slitaz.org/"
10 WGET_URL="http://download.tuxfamily.org/slitaz/sources/base-files/$TARBALL"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 # Copy all rootfs from the stuff and set permissions.
16 cp -a $src/rootfs/* $fs
17 }