contrib/swftools/Pkgfile
2006-11-19 20:18:54 +01:00

21 lines
461 B
Plaintext

# Description: collection of SWF manipulation and generation
# URL: http://www.swftools.org/
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl>
# Depends on:
name=swftools
version=0.7.0
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
}