From bf4ea72adb62d079b5e41289e59572bcf2380ee8 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 11 Aug 2009 20:30:24 +0200 Subject: Ajout de libsexy#0.1.11-3 --- extra/libsexy/.footprint | 36 ++++++++++++++++++++++++++++++++++++ extra/libsexy/.md5sum | 1 + extra/libsexy/Pkgfile | 19 +++++++++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 extra/libsexy/.footprint create mode 100644 extra/libsexy/.md5sum create mode 100755 extra/libsexy/Pkgfile (limited to 'extra') 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 +} + -- cgit v1.2.3-54-g00ecf