#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com, gapan@zenwalk forums) pkgname=unique pkgver=1.0.6 zenver=60 pkgrel=1 arch=i486 source=(http://www.gnome.org/~ebassi/source/unique-$pkgver.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://live.gnome.org/LibUnique sourcetemplate=http://pnboy.pinguix.com/gapan/gnome/$pkgname options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "unique - a library for writing single instance applications" "Unique makes it easy to write single instance applications, by" "providing a base class, taking care of all the IPC machinery needed to" "send messages to a running instance, and also handling the startup" "notification side. Unique aims to replace the BaconMessageConnection" "code that has been copied by many projects and the code using Bonobo" "and D-Bus." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static --enable-debug=no make || return 1 make install DESTDIR=$startdir/pkg }