summaryrefslogtreecommitdiffstats
path: root/extra/libunique/Pkgfile
blob: d4e2107063917df4ee3271cc995cc92edbaf5133 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Librairie permettant une seule instance d'une application  
# URL: http://live.gnome.org/LibUnique
# Maintainer: NuTyX core team
# Packager: fred.galusik at gmail dot com
# Depends on: libtool

name=libunique
version=1.0.8
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/1.0/$name-$version.tar.gz)

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