wok view btrfs-progs/receipt @ rev 3339

Add: pygame (1.8.1)
author Claudinei Pereira <claudinei@slitaz.org>
date Thu Jun 11 01:46:35 2009 +0000 (2009-06-11)
parents 4583873b6d8b
children f9e78593eb58
line source
1 # SliTaz package receipt.
3 PACKAGE="btrfs-progs"
4 VERSION="0.18"
5 CATEGORY="system-tools"
6 SHORT_DESC="Btrfs Filsystem user space tools."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://btrfs.wiki.kernel.org/index.php/Main_Page"
10 WGET_URL="http://www.kernel.org/pub/linux/kernel/people/mason/btrfs/$TARBALL"
11 BUILD_DEPENDS="e2fsprogs-dev"
12 DEPENDS="libuuid"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make &&
19 make DESTDIR=$PWD/_pkg prefix=/usr install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $_pkg/usr/bin $fs/usr
27 }