summaryrefslogtreecommitdiffstats
path: root/libunique/Pkgfile
blob: e764592fdd7fffaa58301ead4355a477393a4cd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Librairie permettant une seule instance d'une application  
# URL: http://live.gnome.org/LibUnique
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: gtk3, xorg-libxcursor, xorg-libxdamage, xorg-libxrandr, xorg-libxinerama,glib
# Run on: gtk3,glib

name=libunique
version=3.0.2
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)

build() {
cd $name-$version
	./configure --prefix=/usr \
	--sysconfdir=/etc \
	--localstatedir=/var \
	--disable-static --disable-dbus
	make
	make DESTDIR=$PKG install
  rm -r $PKG/usr/share/gtk-doc
}