summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:30:24 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:30:24 +0200
commitbf4ea72adb62d079b5e41289e59572bcf2380ee8 (patch)
treedaa628595ee7d381cbe6bed6300fed1baa5eeb5c /extra
parent39241612077c0bcf7605b0899fea3dd5494a8eae (diff)
downloadnutyx-pakxe-bf4ea72adb62d079b5e41289e59572bcf2380ee8.tar.gz
nutyx-pakxe-bf4ea72adb62d079b5e41289e59572bcf2380ee8.tar.bz2
nutyx-pakxe-bf4ea72adb62d079b5e41289e59572bcf2380ee8.tar.xz
nutyx-pakxe-bf4ea72adb62d079b5e41289e59572bcf2380ee8.zip
Ajout de libsexy#0.1.11-3
Diffstat (limited to 'extra')
-rw-r--r--extra/libsexy/.footprint36
-rw-r--r--extra/libsexy/.md5sum1
-rwxr-xr-xextra/libsexy/Pkgfile19
3 files changed, 56 insertions, 0 deletions
diff --git a/extra/libsexy/.footprint b/extra/libsexy/.footprint
new file mode 100644
index 000000000..255b9f430
--- /dev/null
+++ b/extra/libsexy/.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/libsexy/
+-rw-r--r-- root/root usr/include/libsexy/sexy-enum-types.h
+-rw-r--r-- root/root usr/include/libsexy/sexy-icon-entry.h
+-rw-r--r-- root/root usr/include/libsexy/sexy-spell-entry.h
+-rw-r--r-- root/root usr/include/libsexy/sexy-tooltip.h
+-rw-r--r-- root/root usr/include/libsexy/sexy-tree-view.h
+-rw-r--r-- root/root usr/include/libsexy/sexy-url-label.h
+-rw-r--r-- root/root usr/include/libsexy/sexy.h
+drwxr-xr-x root/root usr/lib/
+-rwxr-xr-x root/root usr/lib/libsexy.la
+lrwxrwxrwx root/root usr/lib/libsexy.so -> libsexy.so.2.0.4
+lrwxrwxrwx root/root usr/lib/libsexy.so.2 -> libsexy.so.2.0.4
+-rwxr-xr-x root/root usr/lib/libsexy.so.2.0.4
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libsexy.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/libsexy/
+-rw-r--r-- root/root usr/share/gtk-doc/html/libsexy/SexyIconEntry.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/libsexy/SexySpellEntry.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/libsexy/SexyTooltip.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/libsexy/SexyTreeView.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/libsexy/SexyUrlLabel.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/libsexy/ch01.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/libsexy/home.png
+-rw-r--r-- root/root usr/share/gtk-doc/html/libsexy/index.html
+-rw-r--r-- root/root usr/share/gtk-doc/html/libsexy/index.sgml
+-rw-r--r-- root/root usr/share/gtk-doc/html/libsexy/left.png
+-rw-r--r-- root/root usr/share/gtk-doc/html/libsexy/libsexy.devhelp
+-rw-r--r-- root/root usr/share/gtk-doc/html/libsexy/libsexy.devhelp2
+-rw-r--r-- root/root usr/share/gtk-doc/html/libsexy/right.png
+-rw-r--r-- root/root usr/share/gtk-doc/html/libsexy/style.css
+-rw-r--r-- root/root usr/share/gtk-doc/html/libsexy/up.png
diff --git a/extra/libsexy/.md5sum b/extra/libsexy/.md5sum
new file mode 100644
index 000000000..2f2d29203
--- /dev/null
+++ b/extra/libsexy/.md5sum
@@ -0,0 +1 @@
+33c079a253270ec8bfb9508e4bb30754 libsexy-0.1.11.tar.gz
diff --git a/extra/libsexy/Pkgfile b/extra/libsexy/Pkgfile
new file mode 100755
index 000000000..5ce664c6d
--- /dev/null
+++ b/extra/libsexy/Pkgfile
@@ -0,0 +1,19 @@
+# Description: librairie
+# URL: http://www.chipx86.com/w/index.php
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+# Depends on: gtk, libxml2
+
+name=libsexy
+version=0.1.11
+release=3
+source=(http://releases.chipx86.com/$name/$name/$name-$version.tar.gz)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr \
+ --disable-static
+ make
+ make DESTDIR=$PKG install
+}
+