wok-next diff libcomerr/receipt @ rev 13108
Up: audacious-plugins to 3.2.3.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Jun 26 19:02:23 2012 +0000 (2012-06-26) |
parents | 7b7b3127147e |
children | cc7c36a61435 |
line diff
1.1 --- a/libcomerr/receipt Fri May 06 21:33:14 2011 +0000 1.2 +++ b/libcomerr/receipt Tue Jun 26 19:02:23 2012 +0000 1.3 @@ -1,19 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libcomerr" 1.7 -VERSION="1.41.14" 1.8 +VERSION="1.42.3" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="The libcomerr library files." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 WANTED="e2fsprogs" 1.13 WEB_SITE="http://e2fsprogs.sourceforge.net/" 1.14 +HOST_ARCH="i486 arm" 1.15 1.16 # Rules to gen a SliTaz package suitable for Tazpkg. 1.17 genpkg_rules() 1.18 { 1.19 while read file; do 1.20 dir=$(dirname $file) 1.21 - [ -d $fs$dir ] || mkdir -p $fs$dir 1.22 - cp -a $_pkg$file $fs$file 1.23 + [ -d ${fs}$dir ] || mkdir -p ${fs}$dir 1.24 + cp -a ${install}$file ${fs}$file 1.25 done < $wanted_stuff/$PACKAGE.files-list 1.26 }