#Maintainer: tsuren pkgname=xplc pkgver=0.3.13 pkgrel=1 zenver=54 arch=i486 sourcetemplate=("http://zenwalk.pinguix.com/user-accounts/tsuren/ap/xplc") source=("http://downloads.sourceforge.net/xplc/xplc-0.3.13.tar.gz") docs=('CREDITS' 'ChangeLog' 'INSTALL' 'NEWS' 'LICENSE' 'notes' 'README' 'TODO') url="http://xplc.sourceforge.net/" #extradepends=('') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - cross-platform lightweight components" "XPLC (cross-platform lightweight components) is a component system" "that provide extensibility and reusability both inside and between" "applications, being portable across platforms and languages, easy to" "use and having the lowest possible overhead." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --enable-unstable --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make DESTDIR=$startdir/pkg install }