summaryrefslogtreecommitdiffstats
path: root/extra/libunique
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:41:21 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:41:21 +0200
commit5ed9d71a72eceb2c7c06c26cbfe4ee37244dac7e (patch)
tree87cc251b1d2b20508f818af0612a397d36a2af89 /extra/libunique
parent71d56f9c114ae796f738f4b75c07a7ed93b095c3 (diff)
downloadnutyx-extra-5ed9d71a72eceb2c7c06c26cbfe4ee37244dac7e.tar.gz
nutyx-extra-5ed9d71a72eceb2c7c06c26cbfe4ee37244dac7e.tar.bz2
nutyx-extra-5ed9d71a72eceb2c7c06c26cbfe4ee37244dac7e.tar.xz
nutyx-extra-5ed9d71a72eceb2c7c06c26cbfe4ee37244dac7e.zip
Ajout de libunique#1.0.8-1
Diffstat (limited to 'extra/libunique')
-rw-r--r--extra/libunique/.footprint36
-rw-r--r--extra/libunique/.md5sum1
-rw-r--r--extra/libunique/Pkgfile21
3 files changed, 58 insertions, 0 deletions
diff --git a/extra/libunique/.footprint b/extra/libunique/.footprint
new file mode 100644
index 000000000..f559ec9c4
--- /dev/null
+++ b/extra/libunique/.footprint
@@ -0,0 +1,36 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/unique-1.0/
+drwxr-xr-x root/root usr/include/unique-1.0/unique/
+-rw-r--r-- root/root usr/include/unique-1.0/unique/unique.h
+-rw-r--r-- root/root usr/include/unique-1.0/unique/uniqueapp.h
+-rw-r--r-- root/root usr/include/unique-1.0/unique/uniquebackend.h
+-rw-r--r-- root/root usr/include/unique-1.0/unique/uniquemessage.h
+-rw-r--r-- root/root usr/include/unique-1.0/unique/uniqueversion.h
+drwxr-xr-x root/root usr/lib/
+-rwxr-xr-x root/root usr/lib/libunique-1.0.la
+lrwxrwxrwx root/root usr/lib/libunique-1.0.so -> libunique-1.0.so.0.2.6
+lrwxrwxrwx root/root usr/lib/libunique-1.0.so.0 -> libunique-1.0.so.0.2.6
+-rwxr-xr-x root/root usr/lib/libunique-1.0.so.0.2.6
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/unique-1.0.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/gtk-doc/
+drwxr-xr-x root/root usr/share/gtk-doc/html/
+drwxr-xr-x root/root usr/share/gtk-doc/html/unique/
+-rw-r--r-- root/root usr/share/gtk-doc/html/unique/UniqueApp.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/unique/UniqueBackend.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/unique/home.png
+-rw-r--r-- root/root usr/share/gtk-doc/html/unique/index.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/unique/index.sgml
+-rw-r--r-- root/root usr/share/gtk-doc/html/unique/ix01.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/unique/left.png
+-rw-r--r-- root/root usr/share/gtk-doc/html/unique/license.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/unique/right.png
+-rw-r--r-- root/root usr/share/gtk-doc/html/unique/style.css
+-rw-r--r-- root/root usr/share/gtk-doc/html/unique/unique-Message-Data.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/unique/unique-Versioning-Information.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/unique/unique-overview.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/unique/unique.devhelp
+-rw-r--r-- root/root usr/share/gtk-doc/html/unique/unique.devhelp2
+-rw-r--r-- root/root usr/share/gtk-doc/html/unique/up.png
diff --git a/extra/libunique/.md5sum b/extra/libunique/.md5sum
new file mode 100644
index 000000000..42d39f295
--- /dev/null
+++ b/extra/libunique/.md5sum
@@ -0,0 +1 @@
+8ea35a7d8da7ef2952cd79f9e1324053 libunique-1.0.8.tar.gz
diff --git a/extra/libunique/Pkgfile b/extra/libunique/Pkgfile
new file mode 100644
index 000000000..d4e210706
--- /dev/null
+++ b/extra/libunique/Pkgfile
@@ -0,0 +1,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
+}
+