opt/libtxc_dxtn/Pkgfile

16 lines
353 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
2011-03-02 08:22:38 +01:00
version=1.0.0
2006-02-23 16:26:10 +01: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 16:26:10 +01:00
build() {
2011-03-02 08:22:38 +01:00
cd $name-$version
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}