diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-07 17:17:40 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-07 17:17:40 -0500 |
commit | 19fe7e7da672746eea0c2cae0307cea5e54fb23e (patch) | |
tree | c8acebdffd8ad8667674b014cab83efd4d363af4 /pcr/libtxc_dxtn/PKGBUILD | |
parent | b8bfece22942e62cd9925f42849bdd25245eaa24 (diff) | |
download | abslibre-19fe7e7da672746eea0c2cae0307cea5e54fb23e.tar.gz abslibre-19fe7e7da672746eea0c2cae0307cea5e54fb23e.tar.bz2 abslibre-19fe7e7da672746eea0c2cae0307cea5e54fb23e.zip |
Removing packages. These packages are in extra repo
Diffstat (limited to 'pcr/libtxc_dxtn/PKGBUILD')
-rw-r--r-- | pcr/libtxc_dxtn/PKGBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/pcr/libtxc_dxtn/PKGBUILD b/pcr/libtxc_dxtn/PKGBUILD deleted file mode 100644 index eed474941..000000000 --- a/pcr/libtxc_dxtn/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# Contributor (Arch): Jan "heftig" Steffens <jan.steffens@gmail.com> -# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io> - -pkgname=libtxc_dxtn -pkgver=1.0.1 -pkgrel=2 -arch=(i686 x86_64) -pkgdesc="Texture compression library for Mesa" -url="http://dri.freedesktop.org/wiki/S3TC" -license=(custom:BSD) -depends=(mesa) -options=(!libtool) -source=(http://people.freedesktop.org/~cbrill/$pkgname/$pkgname-$pkgver.tar.bz2) - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - - # License - mkdir -p "$pkgdir/usr/share/licenses/$pkgname" - sed -n '5,22{s|^ \* \?||;p}' txc_dxtn.h \ - > "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} |