summaryrefslogtreecommitdiffstats
path: root/core/abuild
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2008-11-23 15:12:29 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2008-11-23 15:12:29 +0000
commit3845839a16f3162c2362e9271f59fe52cef7bf83 (patch)
treec0db7221dad625337c3c4b866d0aafd1f991e2ca /core/abuild
parent44a369d15ac69464584099d339a0e1ec1ec7fa66 (diff)
downloadaports-3845839a16f3162c2362e9271f59fe52cef7bf83.tar.bz2
aports-3845839a16f3162c2362e9271f59fe52cef7bf83.tar.xz
core/abuild: upgrade to 0.8.2
Diffstat (limited to 'core/abuild')
-rw-r--r--core/abuild/APKBUILD9
-rw-r--r--core/abuild/find-name.patch11
2 files changed, 3 insertions, 17 deletions
diff --git a/core/abuild/APKBUILD b/core/abuild/APKBUILD
index ad0e1f0f..678e21f4 100644
--- a/core/abuild/APKBUILD
+++ b/core/abuild/APKBUILD
@@ -1,18 +1,15 @@
pkgdesc="Script to build Alpine Packages"
pkgname=abuild
-pkgver=0.8.1
-pkgrel=1
+pkgver=0.8.2
+pkgrel=0
url=http://dev.alpinelinux.org/cgit/cgit.cgi/abuild/
source="http://dev.alpinelinux.org/cgit/cgit.cgi/abuild/snapshot/abuild-$pkgver.tar.bz2
- find-name.patch
"
depends="fakeroot"
license=GPL-2
build() {
cd "$srcdir/$pkgname"
- patch -p1 -i ../find-name.patch
make install DESTDIR="$pkgdir"
}
-md5sums="a553a659b56ae077f595a5b8fbe6ee6d abuild-0.8.1.tar.bz2
-1ab10a95f47ee7303a650c3f719a01b7 find-name.patch"
+md5sums="c3b3d0de0964b9e3a87e22af6f68b0e3 abuild-0.8.2.tar.bz2"
diff --git a/core/abuild/find-name.patch b/core/abuild/find-name.patch
deleted file mode 100644
index 8879d962..00000000
--- a/core/abuild/find-name.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- abuild/abuild.orig Fri Nov 14 15:54:17 2008
-+++ abuild/abuild Fri Nov 14 15:55:05 2008
-@@ -315,7 +315,7 @@
- rm -f "$subpkgdir/usr/share/info/dir"
-
- # compress info and man pages
-- find "$subpkgdir/usr/share" \( -name '*.info' -o name '*.info-[1-9]' \
-+ find "$subpkgdir/usr/share" \( -name '*.info' -o -name '*.info-[1-9]' \
- -o -name '*.[1-9]' \) -exec gzip {} \;
-
- # remove if empty, ignore error (not empty)