From 4ffeed1e5fad3dbb94a36f9865124b4619d66a03 Mon Sep 17 00:00:00 2001 From: piernov Date: Sun, 2 Oct 2011 12:54:50 +0200 Subject: libgrss 0.4-1 ajout port --- libgrss/.footprint.i686 | 19 +++++++++++++++++++ libgrss/.footprint.x86_64 | 19 +++++++++++++++++++ libgrss/.md5sum.i686 | 1 + libgrss/.md5sum.x86_64 | 1 + libgrss/Pkgfile | 19 +++++++++++++++++++ 5 files changed, 59 insertions(+) create mode 100644 libgrss/.footprint.i686 create mode 100644 libgrss/.footprint.x86_64 create mode 100644 libgrss/.md5sum.i686 create mode 100644 libgrss/.md5sum.x86_64 create mode 100644 libgrss/Pkgfile (limited to 'libgrss') diff --git a/libgrss/.footprint.i686 b/libgrss/.footprint.i686 new file mode 100644 index 0000000..15d7505 --- /dev/null +++ b/libgrss/.footprint.i686 @@ -0,0 +1,19 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/libgrss/ +-rw-r--r-- root/root usr/include/libgrss/feed-channel.h +-rw-r--r-- root/root usr/include/libgrss/feed-enclosure.h +-rw-r--r-- root/root usr/include/libgrss/feed-item.h +-rw-r--r-- root/root usr/include/libgrss/feed-parser.h +-rw-r--r-- root/root usr/include/libgrss/feeds-group.h +-rw-r--r-- root/root usr/include/libgrss/feeds-pool.h +-rw-r--r-- root/root usr/include/libgrss/feeds-store.h +-rw-r--r-- root/root usr/include/libgrss/feeds-subscriber.h +-rw-r--r-- root/root usr/include/libgrss/libgrss.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libgrss-1.0.la +lrwxrwxrwx root/root usr/lib/libgrss-1.0.so -> libgrss-1.0.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libgrss-1.0.so.0 -> libgrss-1.0.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libgrss-1.0.so.0.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libgrss-0.pc diff --git a/libgrss/.footprint.x86_64 b/libgrss/.footprint.x86_64 new file mode 100644 index 0000000..15d7505 --- /dev/null +++ b/libgrss/.footprint.x86_64 @@ -0,0 +1,19 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/libgrss/ +-rw-r--r-- root/root usr/include/libgrss/feed-channel.h +-rw-r--r-- root/root usr/include/libgrss/feed-enclosure.h +-rw-r--r-- root/root usr/include/libgrss/feed-item.h +-rw-r--r-- root/root usr/include/libgrss/feed-parser.h +-rw-r--r-- root/root usr/include/libgrss/feeds-group.h +-rw-r--r-- root/root usr/include/libgrss/feeds-pool.h +-rw-r--r-- root/root usr/include/libgrss/feeds-store.h +-rw-r--r-- root/root usr/include/libgrss/feeds-subscriber.h +-rw-r--r-- root/root usr/include/libgrss/libgrss.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libgrss-1.0.la +lrwxrwxrwx root/root usr/lib/libgrss-1.0.so -> libgrss-1.0.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libgrss-1.0.so.0 -> libgrss-1.0.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libgrss-1.0.so.0.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libgrss-0.pc diff --git a/libgrss/.md5sum.i686 b/libgrss/.md5sum.i686 new file mode 100644 index 0000000..3b5870b --- /dev/null +++ b/libgrss/.md5sum.i686 @@ -0,0 +1 @@ +49bc244803e95c7ce68f01758376502c libgrss-0.4.tar.bz2 diff --git a/libgrss/.md5sum.x86_64 b/libgrss/.md5sum.x86_64 new file mode 100644 index 0000000..3b5870b --- /dev/null +++ b/libgrss/.md5sum.x86_64 @@ -0,0 +1 @@ +49bc244803e95c7ce68f01758376502c libgrss-0.4.tar.bz2 diff --git a/libgrss/Pkgfile b/libgrss/Pkgfile new file mode 100644 index 0000000..a081e88 --- /dev/null +++ b/libgrss/Pkgfile @@ -0,0 +1,19 @@ +# Description: Bibliothèque de gestion simplifié de flux RSS/Atom/Pie. +# URL: http://live.gnome.org/Libgrss +# Maintainer: NuTyX GNOME team +# Packager: piernov +# Depends on: glib, libxml2, libsoup, gobject-introspection +# Run on: glib,libxml2,libsoup + +name=libgrss +version=0.4 +release=1 + +source=(http://git.gnome.org/browse/$name/snapshot/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./autogen.sh --prefix=/usr + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf