#Maintainer: Ejis #Mandatory category=extra/l pkgname=libwpg pkgver=0.1.3 zenver=62 pkgrel=1 arch=i486 source=("http://freefr.dl.sourceforge.net/sourceforge/libwpg/$pkgname-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/ejis/$category/$pkgname slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - the free WPG library, converter and viewer" "Libwpg project is a collection of library and tools to work with" "graphics in WPG (WordPerfect Graphics) format. WPG is the format used" "among others in Corel sofware, such as WordPerfect(tm) and" "Presentations(tm)." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc \ --enable-static=no make || return 1 make install DESTDIR=$startdir/pkg } #Optional docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') #options=('noextract') url="http://libwpg.sourceforge.net/" #extradepends=('dep1' 'dep2' 'dep3') #lessdepends=('x11-driver-nvidia' 'x11-driver-nvidia-rt') #dotnew=('etc/thing' 'etc/foo' 'etc/bar') #CFLAGS="-03" #CXXFLAGS="-03" #doinst() { #}