diff --git a/srcpkgs/libtxc_dxtn/template b/srcpkgs/libtxc_dxtn/template new file mode 100644 index 0000000000..a5ac6a08fa --- /dev/null +++ b/srcpkgs/libtxc_dxtn/template @@ -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 " +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 + } +}