diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-10-21 20:19:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-10-21 20:20:41 +0000 |
commit | 972f4cacc1f201eaa440d2b9f91f8a47033f6543 (patch) | |
tree | ff9d88a708ceff6f9b7ab9eb001c176f97bcc03c /main/squashfs-tools/APKBUILD | |
parent | 5b326f5f674f1f5374d6c7264cb16809688e3ea5 (diff) | |
download | aports-972f4cacc1f201eaa440d2b9f91f8a47033f6543.tar.bz2 aports-972f4cacc1f201eaa440d2b9f91f8a47033f6543.tar.xz |
main/squashfs-tools: upgrade to 4.1
Diffstat (limited to 'main/squashfs-tools/APKBUILD')
-rw-r--r-- | main/squashfs-tools/APKBUILD | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/main/squashfs-tools/APKBUILD b/main/squashfs-tools/APKBUILD index f5ac12c8d..9b8332405 100644 --- a/main/squashfs-tools/APKBUILD +++ b/main/squashfs-tools/APKBUILD @@ -1,19 +1,16 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=squashfs-tools -pkgver=4.0 -pkgrel=1 +pkgver=4.1 +pkgrel=0 pkgdesc="Tools for squashfs, a highly compressed read-only filesystem for Linux." url="http://squashfs.sourceforge.net" license="GPL" depends= -makedepends="zlib-dev" -source="http://downloads.sourceforge.net/sourceforge/squashfs/squashfs$pkgver.tar.gz - squashfs-tools-4.0-uclibc-get_nprocs.patch" +makedepends="zlib-dev attr-dev" +source="http://downloads.sourceforge.net/sourceforge/squashfs/squashfs$pkgver.tar.gz" build() { cd "$srcdir"/squashfs$pkgver/$pkgname - patch -p2 -i "$srcdir"/squashfs-tools-4.0-uclibc-get_nprocs.patch \ - || return 1 make } @@ -22,5 +19,4 @@ package() { mkdir -p "$pkgdir"/sbin cp -a mksquashfs unsquashfs "$pkgdir"/sbin } -md5sums="a3c23391da4ebab0ac4a75021ddabf96 squashfs4.0.tar.gz -761580c100eeffb60ebbda62d724bd3f squashfs-tools-4.0-uclibc-get_nprocs.patch" +md5sums="8e1b2b96f5d5f3fe48fef226ae8cd341 squashfs4.1.tar.gz" |