#Maintainer: Craig Barnes #Mandatory pkgname=libgringotts pkgver=1.2.1 pkgrel=1 zenver=66 arch=i486 source=("http://download.berlios.de/gringotts/$pkgname-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/cjbarnes18/$pkgname/ docs=("README" "INSTALL" "COPYING" "ChangeLog" "AUTHORS" "TODO") url="http://gringotts.berlios.de/" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - The encryption backend for Gringotts" "libGringotts is a small, easy-to-use, thread-safe C library" "originally developed for Gringotts; its purpose is to" "encapsulate data (generic: ASCII,but also binary data)" "in an encrypted and compressed structure, to be" "written in a file or used elseway. It makes use of strong" "encryption algorithms, to ensure the data are as safe" "as possible, and allow the user to have the complete" "control over all the algorithms used in the process.") build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make DESTDIR=$startdir/pkg install ### Post-build tweaking rm -R $startdir/pkg/usr/share echo "*** NOW PACKAGING ***" }