From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- centerim/.footprint.i686 | 23 +++++++++++++++++++++++ centerim/.footprint.x86_64 | 23 +++++++++++++++++++++++ centerim/.md5sum.i686 | 2 ++ centerim/.md5sum.x86_64 | 2 ++ centerim/Pkgfile | 20 ++++++++++++++++++++ 5 files changed, 70 insertions(+) create mode 100644 centerim/.footprint.i686 create mode 100644 centerim/.footprint.x86_64 create mode 100644 centerim/.md5sum.i686 create mode 100644 centerim/.md5sum.x86_64 create mode 100644 centerim/Pkgfile (limited to 'centerim') diff --git a/centerim/.footprint.i686 b/centerim/.footprint.i686 new file mode 100644 index 000000000..e68866be2 --- /dev/null +++ b/centerim/.footprint.i686 @@ -0,0 +1,23 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/CenterIMLog2HTML.py +-rwxr-xr-x root/root usr/bin/centerim +-rwxr-xr-x root/root usr/bin/cimconv +-rwxr-xr-x root/root usr/bin/cimextracthistory.pl +-rwxr-xr-x root/root usr/bin/cimformathistory +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/centerim/ +-rw-r--r-- root/root usr/share/centerim/email.wav +-rw-r--r-- root/root usr/share/centerim/msg.wav +-rw-r--r-- root/root usr/share/centerim/offline.wav +-rw-r--r-- root/root usr/share/centerim/online.wav +-rw-r--r-- root/root usr/share/centerim/sms.wav +-rw-r--r-- root/root usr/share/centerim/url.wav +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/locale/fr/ +drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/centerim.mo +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/centerim.1.gz +-rw-r--r-- root/root usr/share/man/man1/cimconv.1.gz diff --git a/centerim/.footprint.x86_64 b/centerim/.footprint.x86_64 new file mode 100644 index 000000000..e68866be2 --- /dev/null +++ b/centerim/.footprint.x86_64 @@ -0,0 +1,23 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/CenterIMLog2HTML.py +-rwxr-xr-x root/root usr/bin/centerim +-rwxr-xr-x root/root usr/bin/cimconv +-rwxr-xr-x root/root usr/bin/cimextracthistory.pl +-rwxr-xr-x root/root usr/bin/cimformathistory +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/centerim/ +-rw-r--r-- root/root usr/share/centerim/email.wav +-rw-r--r-- root/root usr/share/centerim/msg.wav +-rw-r--r-- root/root usr/share/centerim/offline.wav +-rw-r--r-- root/root usr/share/centerim/online.wav +-rw-r--r-- root/root usr/share/centerim/sms.wav +-rw-r--r-- root/root usr/share/centerim/url.wav +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/locale/fr/ +drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/centerim.mo +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/centerim.1.gz +-rw-r--r-- root/root usr/share/man/man1/cimconv.1.gz diff --git a/centerim/.md5sum.i686 b/centerim/.md5sum.i686 new file mode 100644 index 000000000..b56d4bc13 --- /dev/null +++ b/centerim/.md5sum.i686 @@ -0,0 +1,2 @@ +58fd986f712cc364a4cd026320e6462f centerim-4.22.10-gcc-1.patch +7565c3c8cac98a4e2d8524076a44676f centerim-4.22.10.tar.gz diff --git a/centerim/.md5sum.x86_64 b/centerim/.md5sum.x86_64 new file mode 100644 index 000000000..b56d4bc13 --- /dev/null +++ b/centerim/.md5sum.x86_64 @@ -0,0 +1,2 @@ +58fd986f712cc364a4cd026320e6462f centerim-4.22.10-gcc-1.patch +7565c3c8cac98a4e2d8524076a44676f centerim-4.22.10.tar.gz diff --git a/centerim/Pkgfile b/centerim/Pkgfile new file mode 100644 index 000000000..a8bcee861 --- /dev/null +++ b/centerim/Pkgfile @@ -0,0 +1,20 @@ +# Description: Client de messagerie instantannée en mode console +# URL: http://www.centerim.org/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: curl +# Run on: curl + +name=centerim +version=4.22.10 +release=1 +source=(http://www.centerim.org/download/releases/$name-$version.tar.gz\ + http://nutyx.meticul.eu/files/patchs/$name/$name-$version-gcc-1.patch) + +build() { + cd $name-$version + patch -Np1 -i ../$name-$version-gcc-1.patch + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf