From 9398a8b21761fdc07dc7a76e1a82eac5fd8a57ec Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 6 Feb 2010 23:11:55 +0100 Subject: libff, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/libgadu/.footprint | 11 +++++++++++ base/libgadu/.md5sum | 1 + base/libgadu/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 base/libgadu/.footprint create mode 100644 base/libgadu/.md5sum create mode 100644 base/libgadu/Pkgfile (limited to 'base/libgadu') diff --git a/base/libgadu/.footprint b/base/libgadu/.footprint new file mode 100644 index 000000000..e305d63e9 --- /dev/null +++ b/base/libgadu/.footprint @@ -0,0 +1,11 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/libgadu.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libgadu.a +-rwxr-xr-x root/root usr/lib/libgadu.la +lrwxrwxrwx root/root usr/lib/libgadu.so -> libgadu.so.3.9.0 +lrwxrwxrwx root/root usr/lib/libgadu.so.3 -> libgadu.so.3.9.0 +-rwxr-xr-x root/root usr/lib/libgadu.so.3.9.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libgadu.pc diff --git a/base/libgadu/.md5sum b/base/libgadu/.md5sum new file mode 100644 index 000000000..076f2cfce --- /dev/null +++ b/base/libgadu/.md5sum @@ -0,0 +1 @@ +1090f82f8a1bb99e9cdf5853188f625f libgadu-1.8.2.tar.gz diff --git a/base/libgadu/Pkgfile b/base/libgadu/Pkgfile new file mode 100644 index 000000000..7d0968ca2 --- /dev/null +++ b/base/libgadu/Pkgfile @@ -0,0 +1,18 @@ +# Description: Librairie pour le protocol de messagerie instantanée Gadu-gadu +# URL: http://toxygen.net/libgadu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libgadu +version=1.8.2 +release=1 +source=(http://toxygen.net/$name/files/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure \ + --prefix=/usr + make + make DESTDIR=$PKG install +} + -- cgit v1.2.3-54-g00ecf