summaryrefslogtreecommitdiffstats
path: root/libunique/Pkgfile
blob: 8ad2d5d1c13c25ff198dc3c502add75c6ccdf599 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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
# Run on: gtk3

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

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
}