#Packager: George Vlahavas pkgname=libunique pkgver=1.1.6 pkgrel=1gv arch=x86_64 source=(http://ftp.gnome.org/pub/GNOME/sources/libunique/1.1/libunique-1.1.6.tar.bz2) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libunique is a library for writing single instance applications" "Unique is a library for writing single instance application. If you" "launch a single instance application twice, the second instance will" "either just quit or will send a message to the running instance." "Unique makes it easy to write this kind of 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." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }