wok view tazlito/receipt @ rev 12653

freeglut, matchbox-desktop-2: add LDFLAGS for Binutils 2.22
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 30 10:01:30 2012 +0200 (2012-04-30)
parents 9d32c1a49068
children e302f23fcd54
line source
1 # SliTaz package receipt.
3 PACKAGE="tazlito"
4 VERSION="4.6.2"
5 CATEGORY="base-system"
6 SHORT_DESC="SliTaz Live Tool."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.slitaz.org/"
10 WGET_URL="http://mirror.slitaz.org/sources/tazlito/$TARBALL"
11 CONFIG_FILES="/etc/tazlito/distro-packages.list"
12 TAGS="slitaz"
14 DEPENDS="lzma cdrkit"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs
27 cp -a $install/* $fs
28 chown -R root.root $fs
29 # Declare /etc/tazlito/distro-packages.list
30 touch $fs/etc/tazlito/distro-packages.list
31 }