# Description: Unique is a library for writing single instance application # URL: http://live.gnome.org/LibUnique # Maintainer: Jose V Beneyto, sepen at crux dot nu # Packager: Jose V Beneyto, sepen at crux dot nu # Depends on: gtk dbus-glib name=libunique version=1.1.6 release=1 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2 \ $name.patch) build() { cd $name-$version patch -p1 -i $SRC/$name.patch autoreconf ./configure --prefix=/usr \ --enable-dbus=yes \ --disable-static \ --with-x make make DESTDIR=$PKG install rm -rf $PKG/usr/share/gtk-doc }