opt/libunique/Pkgfile

29 lines
686 B
Plaintext
Raw Normal View History

2010-12-17 11:31:06 +01:00
# Description: Unique is a library for writing single instance application
# URL: http://live.gnome.org/LibUnique
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: gtk xorg-libxdamage
2010-12-17 11:31:06 +01:00
name=libunique
version=1.1.6
release=5
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2 \
http://www.linuxfromscratch.org/patches/blfs/svn/$name-$version-upstream_fixes-1.patch)
2010-12-17 11:31:06 +01:00
build() {
cd $name-$version
2012-06-19 15:53:24 +02:00
patch -p1 -i $SRC/$name-$version-upstream_fixes-1.patch
autoreconf -fi
./configure \
--prefix=/usr \
--disable-dbus \
--disable-debug \
--with-x
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
2010-12-17 11:31:06 +01:00
}