commit cfedf9619397203c607e95bf20436e55abcd06b7 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Mon Mar 9 09:08:18 2015 +0100 Revert "libtxc_dxtn: dropped" This reverts commit 09cd5b4ad575b6c07917e703bed90f983c5f81f5. diff --git a/libtxc_dxtn/.footprint b/libtxc_dxtn/.footprint new file mode 100644 index 0000000..a869727 --- /dev/null +++ b/libtxc_dxtn/.footprint @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libtxc_dxtn.so diff --git a/libtxc_dxtn/.md5sum b/libtxc_dxtn/.md5sum new file mode 100644 index 0000000..8406e7a --- /dev/null +++ b/libtxc_dxtn/.md5sum @@ -0,0 +1 @@ +ebee75ed669f6011e3998ba0c358d778 libtxc_dxtn-1.0.0.tar.bz2 diff --git a/libtxc_dxtn/Pkgfile b/libtxc_dxtn/Pkgfile new file mode 100644 index 0000000..851fc4d --- /dev/null +++ b/libtxc_dxtn/Pkgfile @@ -0,0 +1,15 @@ +# Description: Implementation of S3TC +# URL: http://people.freedesktop.org/~cbrill/libtxc_dxtn/ +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu + +name=libtxc_dxtn +version=1.0.0 +release=1 +source=(http://cgit.freedesktop.org/~mareko/libtxc_dxtn/snapshot/libtxc_dxtn-$versio...) + +build() { + cd $name-$version + + make + make DESTDIR=$PKG install +}