From 6c084de51ef9f5d61f718c7e15d4f0a8ed21c5da Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Wed, 27 Apr 2016 11:10:31 +0200 Subject: [PATCH] libtxc_dxtn: removed --- libtxc_dxtn/.footprint | 3 --- libtxc_dxtn/.md5sum | 1 - libtxc_dxtn/Pkgfile | 15 --------------- 3 files changed, 19 deletions(-) delete mode 100644 libtxc_dxtn/.footprint delete mode 100644 libtxc_dxtn/.md5sum delete mode 100644 libtxc_dxtn/Pkgfile diff --git a/libtxc_dxtn/.footprint b/libtxc_dxtn/.footprint deleted file mode 100644 index a86972703..000000000 --- a/libtxc_dxtn/.footprint +++ /dev/null @@ -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 diff --git a/libtxc_dxtn/.md5sum b/libtxc_dxtn/.md5sum deleted file mode 100644 index 8406e7a8c..000000000 --- a/libtxc_dxtn/.md5sum +++ /dev/null @@ -1 +0,0 @@ -ebee75ed669f6011e3998ba0c358d778 libtxc_dxtn-1.0.0.tar.bz2 diff --git a/libtxc_dxtn/Pkgfile b/libtxc_dxtn/Pkgfile deleted file mode 100644 index 851fc4d50..000000000 --- a/libtxc_dxtn/Pkgfile +++ /dev/null @@ -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 -}