contrib/swftools/Pkgfile

21 lines
461 B
Plaintext
Raw Normal View History

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