contrib/swftools/Pkgfile
2006-11-13 21:12:21 +01:00

20 lines
468 B
Plaintext

# Description: collection of SWF manipulation and generation
# URL: http://www.quiss.org/swftools
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl>
# Depends on:
name=swftools
version=0.6.2
release=1
source="http://www.quiss.org/swftools/$name-$version.tar.gz"
build() {
cd $name-$version
./configure \
--prefix='$(DESTDIR)/usr' \
--disable-nls
make
make install DESTDIR=$PKG
}