wok rev 2436

e2fsprogs: spin off libuuid
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 12 16:35:13 2009 +0000 (2009-03-12)
parents 7adc35b2c7cd
children 4b295d830ae7
files e2fsprogs/receipt e2fsprogs/stuff/libuuid.files-list libuuid/receipt
line diff
     1.1 --- a/e2fsprogs/receipt	Thu Mar 12 16:28:39 2009 +0000
     1.2 +++ b/e2fsprogs/receipt	Thu Mar 12 16:35:13 2009 +0000
     1.3 @@ -50,7 +50,7 @@
     1.4  	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
     1.5  	
     1.6  	# Package all mysql pkgs
     1.7 -	for i in $(cd $WOK; ls -d e2fsprogs-* libcomerr*)
     1.8 +	for i in $(cd $WOK; ls -d e2fsprogs-* libcomerr* libuuid*)
     1.9  	do
    1.10  		tazwok genpkg $i
    1.11  	done
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/e2fsprogs/stuff/libuuid.files-list	Thu Mar 12 16:35:13 2009 +0000
     2.3 @@ -0,0 +1,2 @@
     2.4 +/lib/libuuid.so.1
     2.5 +/lib/libuuid.so.1.2
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/libuuid/receipt	Thu Mar 12 16:35:13 2009 +0000
     3.3 @@ -0,0 +1,19 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="libuuid"
     3.7 +VERSION="1.39"
     3.8 +CATEGORY="base-system"
     3.9 +SHORT_DESC="The libuuid library files."
    3.10 +MAINTAINER="pankso@slitaz.org"
    3.11 +WANTED="e2fsprogs"
    3.12 +WEB_SITE="http://e2fsprogs.sourceforge.net/"
    3.13 +
    3.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.15 +genpkg_rules()
    3.16 +{
    3.17 +	while read file; do
    3.18 +		dir=$(dirname $file)
    3.19 +		[ -d $fs$dir ] || mkdir -p $fs$dir
    3.20 +		cp -a $_pkg$file $fs$file
    3.21 +	done < $src/$PACKAGE.files-list
    3.22 +}