libtxc_dxtn: dropped

This commit is contained in:
Danny Rawlins 2015-03-09 18:04:25 +11:00
parent 8ef3fb972d
commit 09cd5b4ad5
3 changed files with 0 additions and 19 deletions

View File

@ -1,3 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libtxc_dxtn.so

View File

@ -1 +0,0 @@
ebee75ed669f6011e3998ba0c358d778 libtxc_dxtn-1.0.0.tar.bz2

View File

@ -1,15 +0,0 @@
# 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-$version.tar.bz2)
build() {
cd $name-$version
make
make DESTDIR=$PKG install
}