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: Jose V Beneyto, sepen at crux dot nu
|
|
|
|
# Packager: Jose V Beneyto, sepen at crux dot nu
|
2014-05-27 12:44:18 +10:00
|
|
|
# Depends on: gtk xorg-libxdamage
|
2010-12-17 11:31:06 +01:00
|
|
|
|
|
|
|
name=libunique
|
2014-08-19 13:23:17 +02:00
|
|
|
version=3.0.2
|
|
|
|
release=1
|
|
|
|
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2)
|
2010-12-17 11:31:06 +01:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2012-06-19 15:53:24 +02:00
|
|
|
|
2010-12-17 11:31:06 +01:00
|
|
|
./configure --prefix=/usr \
|
2012-10-18 14:50:30 +02:00
|
|
|
--disable-dbus \
|
2010-12-17 11:31:06 +01:00
|
|
|
--disable-static \
|
2013-07-02 19:11:16 +02:00
|
|
|
--disable-debug \
|
2010-12-17 11:31:06 +01:00
|
|
|
--with-x
|
2013-07-02 19:11:16 +02:00
|
|
|
|
2010-12-17 11:31:06 +01:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2013-07-02 19:11:16 +02:00
|
|
|
|
2010-12-17 11:31:06 +01:00
|
|
|
rm -rf $PKG/usr/share/gtk-doc
|
|
|
|
}
|