opt/libtxc_dxtn/Pkgfile

16 lines
350 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Implementation of S3TC
2010-12-26 23:56:10 +01:00
# URL: http://people.freedesktop.org/~cbrill/libtxc_dxtn/
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
2006-02-23 16:26:10 +01:00
name=libtxc_dxtn
2007-06-03 17:41:16 +02:00
version=070518
2006-02-23 16:26:10 +01:00
release=1
2010-12-26 23:56:10 +01:00
source=(http://cgit.freedesktop.org/~cbrill/libtxc_dxtn/snapshot/libtxc_dxtn070518.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
2010-12-26 23:56:10 +01:00
cd $name$version
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}