From 35d05da959e4506efa97d18baa8859fc30fe31c2 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Sat, 23 Jan 2010 13:00:06 +0000 Subject: [PATCH] gtmess: Initial import (verified compilation). --- gtmess/.footprint | 20 ++++++++++++++++++++ gtmess/.md5sum | 1 + gtmess/Pkgfile | 21 +++++++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 gtmess/.footprint create mode 100644 gtmess/.md5sum create mode 100644 gtmess/Pkgfile diff --git a/gtmess/.footprint b/gtmess/.footprint new file mode 100644 index 0000000..7d072a9 --- /dev/null +++ b/gtmess/.footprint @@ -0,0 +1,20 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/gtmess +-rwxr-xr-x root/root usr/bin/gtmess-notify +-rwxr-xr-x root/root usr/bin/gtmess_w +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/gtmess-notify.1.gz +-rw-r--r-- root/root usr/man/man1/gtmess.1.gz +-rw-r--r-- root/root usr/man/man1/gtmess_w.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/gtmess/ +-rw-r--r-- root/root usr/share/gtmess/root.pem +drwxr-xr-x root/root usr/share/pixmaps/ +-rw-r--r-- root/root usr/share/pixmaps/gtmess_icon-48.png +-rw-r--r-- root/root usr/share/pixmaps/gtmess_icon-64.png +-rw-r--r-- root/root usr/share/pixmaps/gtmess_icon2-16.png +-rw-r--r-- root/root usr/share/pixmaps/gtmess_icon2-32.png +-rw-r--r-- root/root usr/share/pixmaps/gtmess_icon2-48.png +-rw-r--r-- root/root usr/share/pixmaps/gtmess_icon2-64.png diff --git a/gtmess/.md5sum b/gtmess/.md5sum new file mode 100644 index 0000000..a8b5e38 --- /dev/null +++ b/gtmess/.md5sum @@ -0,0 +1 @@ +7d10fb460433235e985ce0af67e622fd gtmess-0.96beta2.tar.gz diff --git a/gtmess/Pkgfile b/gtmess/Pkgfile new file mode 100644 index 0000000..3e76dca --- /dev/null +++ b/gtmess/Pkgfile @@ -0,0 +1,21 @@ +# Description: console MSN Messenger. +# URL: http://gtmess.sourceforge.net/ +# Maintainer: Victor Martinez, pitillo at ono dot com +# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org +# Depends on: ncurses + +name=gtmess +version=0.96beta2 +release=1 +source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --build=$CHOST \ + --host=$CTARGET \ + --disable-nls \ + --prefix=/usr \ + --mandir=/usr/man + make + make DESTDIR=$PKG install +} -- 2.26.2