aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/libtxc_dxtn/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/main/libtxc_dxtn/APKBUILD b/main/libtxc_dxtn/APKBUILD
index 36affdc4eb..7741a61478 100644
--- a/main/libtxc_dxtn/APKBUILD
+++ b/main/libtxc_dxtn/APKBUILD
@@ -7,14 +7,12 @@ pkgdesc="S3TC texture decompression helper library"
url="http://dri.freedesktop.org/wiki/S3TC"
arch="all"
license="BSD"
-depends=""
depends_dev="mesa-dev"
makedepends="$depends_dev automake autoconf libtool"
-install=""
subpackages="$pkgname-dev"
-source="https://people.freedesktop.org/~cbrill/$pkgname/$pkgname-$pkgver.tar.bz2"
+source="$pkgname-$pkgver-r$pkgrel.tar.bz2::https://people.freedesktop.org/~cbrill/$pkgname/$pkgname-$pkgver.tar.bz2"
+builddir="$srcdir/$pkgname-$pkgver"
-builddir="$srcdir"/libtxc_dxtn-$pkgver
prepare() {
default_prepare
libtoolize --force && aclocal -I m4 && autoreconf -fvi \
@@ -38,4 +36,4 @@ package() {
rm "$pkgdir"/usr/lib/libtxc_dxtn.la
}
-sha512sums="56714a8c947d9b1f47e3ccb23cff9e4e57bd131907a82968de521d094a000275b3aaeecff28e9184bcc4f3932baa1a8bfbbefbc970fcd034ff953d0617148479 libtxc_dxtn-1.0.1.tar.bz2"
+sha512sums="56714a8c947d9b1f47e3ccb23cff9e4e57bd131907a82968de521d094a000275b3aaeecff28e9184bcc4f3932baa1a8bfbbefbc970fcd034ff953d0617148479 libtxc_dxtn-1.0.1-r5.tar.bz2"