contrib/libwmf/Pkgfile

18 lines
440 B
Plaintext
Raw Normal View History

2008-03-28 02:29:11 +01:00
# Description: Library to convert WMF files.
# URL: http://wvware.sourceforge.net/
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: libgd, freetype
name=libwmf
version=0.2.8.4
release=1
source=(http://download.sourceforge.net/sourceforge/wvware/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}