opt/libunique/Pkgfile

26 lines
627 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: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
2015-01-06 21:38:27 +01:00
# Depends on: gtk3 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 \
--disable-dbus \
2010-12-17 11:31:06 +01:00
--disable-static \
--disable-debug \
2010-12-17 11:31:06 +01:00
--with-x
2010-12-17 11:31:06 +01:00
make
make DESTDIR=$PKG install
2010-12-17 11:31:06 +01:00
rm -rf $PKG/usr/share/gtk-doc
}