2006-02-23 15:26:10 +00:00
|
|
|
# Description: Implementation of S3TC
|
2010-12-26 23:56:10 +01:00
|
|
|
# URL: http://people.freedesktop.org/~cbrill/libtxc_dxtn/
|
2006-04-08 15:21:33 +00:00
|
|
|
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
name=libtxc_dxtn
|
2011-03-02 08:22:38 +01:00
|
|
|
version=1.0.0
|
2006-02-23 15:26:10 +00:00
|
|
|
release=1
|
2011-03-02 08:22:38 +01:00
|
|
|
source=(http://cgit.freedesktop.org/~mareko/libtxc_dxtn/snapshot/libtxc_dxtn-$version.tar.bz2)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
2006-04-08 15:21:33 +00:00
|
|
|
build() {
|
2011-03-02 08:22:38 +01:00
|
|
|
cd $name-$version
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|