New package: libtxc_dxtn-1.0.1.

This commit is contained in:
Juan RP 2013-12-27 15:32:39 +01:00
parent ceca2832d1
commit d3766f4551

View file

@ -0,0 +1,19 @@
# Template file for 'libtxc_dxtn'
pkgname=libtxc_dxtn
version=1.0.1
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="MesaLib-devel"
short_desc="S3 Texture Compression (S3TC) library for Mesa"
maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT"
homepage="http://dri.freedesktop.org/wiki/S3TC"
distfiles="http://people.freedesktop.org/~cbrill/$pkgname/$pkgname-${version}.tar.bz2"
checksum=45290d12cdca529a3f41e7fc35c4250fc1b6d2fc16b56680f8401f6aa792ae60
libtxc_dxtn_package() {
pkg_install() {
vmove all
}
}