opt/libtxc_dxtn/Pkgfile
2010-12-26 23:56:10 +01:00

16 lines
350 B
Plaintext

# Description: Implementation of S3TC
# URL: http://people.freedesktop.org/~cbrill/libtxc_dxtn/
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=libtxc_dxtn
version=070518
release=1
source=(http://cgit.freedesktop.org/~cbrill/libtxc_dxtn/snapshot/libtxc_dxtn070518.tar.bz2)
build() {
cd $name$version
make
make DESTDIR=$PKG install
}