wok view libuuid/receipt @ rev 3777
Add: python-beaker python-mako python-nose python-pylons python-routes python-tempita python-weberror python-webob python-webhelpers python-webtest
author | Julien Rabier <taziden@slitaz.org> |
---|---|
date | Thu Jul 30 16:35:54 2009 +0200 (2009-07-30) |
parents | 52578b0981fb |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libuuid"
4 VERSION="1.41.7"
5 CATEGORY="base-system"
6 SHORT_DESC="The libuuid library files."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="e2fsprogs"
9 WEB_SITE="http://e2fsprogs.sourceforge.net/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 while read file; do
15 dir=$(dirname $file)
16 [ -d $fs$dir ] || mkdir -p $fs$dir
17 cp -a $_pkg$file $fs$file
18 done < $src/$PACKAGE.files-list
19 }