[Frugalware-darcs] frugalware-0.4: pacman-tools-0.6.9-2wanda1-i686
VMiklos
vmiklos at frugalware.org
Wed Jun 28 14:57:53 CEST 2006
[pacman-tools-0.6.9-2wanda1-i686
VMiklos <vmiklos at frugalware.org>**20060628125611
backport an Funpack_makeself update from -current
closes #874
] {
addfile ./source/devel/pacman-tools/874.diff
hunk ./source/devel/pacman-tools/874.diff 1
+diff -Naur pacman-tools-0.6.9.orig/fwmakepkg pacman-tools-0.6.9/fwmakepkg
+--- pacman-tools-0.6.9.orig/fwmakepkg 2006-03-17 22:28:07.000000000 +0100
++++ pacman-tools-0.6.9/fwmakepkg 2006-06-28 14:51:14.000000000 +0200
+@@ -506,7 +506,7 @@
+
+ local shrtsrc="$(basename "${src}")"
+ Fmessage "Unpacking ${shrtsrc}"
+- local dir="$(basename "${src}" .sh)"
++ local dir=${shrtsrc%.*}
+ mkdir $dir
+ if [ -z "${skip}" ]
+ then
+@@ -532,7 +532,7 @@
+ skip=`grep -a ^offset= "${src}" | awk '{print $3}'`
+ let skip="skip + 1"
+ ;;
+- 2.1.4)
++ 2.1.4|2.1.5)
+ skip=$(grep -a offset=.*head.*wc "${src}" | awk '{print $3}' | head -n 1)
+ skip=$(head -n ${skip} "${src}" | wc -c)
+ exe="dd"
hunk ./source/devel/pacman-tools/FrugalBuild 1
-# Last Modified: Fri, 17 Mar 2006 22:29:29 +0100
+# Last Modified: Wed, 28 Jun 2006 14:55:18 +0200
hunk ./source/devel/pacman-tools/FrugalBuild 7
-pkgrel=1
+pkgrel=2wanda1
hunk ./source/devel/pacman-tools/FrugalBuild 15
-source=($url/$pkgname-$pkgver.tar.gz)
-sha1sums=('2375e935b0d4d95f053aebb71bf76706781e0d3f')
+source=($url/$pkgname-$pkgver.tar.gz 874.diff)
+sha1sums=('2375e935b0d4d95f053aebb71bf76706781e0d3f' \
+ '3da0acf7a6975a80ecdd7dbdbb03e3be2cb73f9a')
}
More information about the Frugalware-darcs
mailing list