libtxc_dxtn: removed

This commit is contained in:
Juergen Daubert 2016-04-27 11:10:31 +02:00
parent c83861ac10
commit 6c084de51e
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
}