void-packages/templates/libunique/template
Juan RP dd6b45c322 Set sourcepkg to pkgname through run_template().
This removes the need for having to specify sourcepkg manually in
every package that will build subpkgs.

--HG--
extra : convert_revision : 383e4c467e84844d2f4f61ae5c5e07a5124e9cfb
2009-07-29 22:44:30 +02:00

24 lines
1,009 B
Text

# Template file for 'libunique'.
pkgname=libunique
version=1.0.8
distfiles="${GNOME_SITE}/$pkgname/1.0/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Library for writing single instance applications"
maintainer="pancake <pancake@nopcode.org>"
checksum=d627a10f523af14e9ead655ebab3a26e7faeea006bdfa7739bc4c04058ddf4c6
long_desc="
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.
Unique aims to replace the BaconMessageConnection code that has been copied
by many projects and the code using Bonobo and D-Bus."
subpackages="devel"
Add_dependency full glibc
Add_dependency full gtk+
Add_dependency full dbus-glib