From 59f08969a79cbe42340f7424ff4d2b978b498014 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 29 Sep 2010 07:34:29 +0000 Subject: [PATCH] naim: initial import (verified compilation). --- naim/.footprint | 19 +++++++++++++++++++ naim/.md5sum | 1 + naim/Pkgfile | 22 ++++++++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 naim/.footprint create mode 100644 naim/.md5sum create mode 100644 naim/Pkgfile diff --git a/naim/.footprint b/naim/.footprint new file mode 100644 index 0000000..f83c301 --- /dev/null +++ b/naim/.footprint @@ -0,0 +1,19 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/extractbuddy.sh +-rwxr-xr-x root/root usr/bin/naim +lrwxrwxrwx root/root usr/bin/nicq -> naim +lrwxrwxrwx root/root usr/bin/nirc -> naim +lrwxrwxrwx root/root usr/bin/nlily -> naim +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/firetalk.h +drwxr-xr-x root/root usr/include/naim/ +-rw-r--r-- root/root usr/include/naim/modutil.h +-rw-r--r-- root/root usr/include/naim/naim.h +-rw-r--r-- root/root usr/include/naim/secs.h +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/naim.1.gz +-rw-r--r-- root/root usr/man/man1/nicq.1.gz +-rw-r--r-- root/root usr/man/man1/nirc.1.gz +-rw-r--r-- root/root usr/man/man1/nlily.1.gz diff --git a/naim/.md5sum b/naim/.md5sum new file mode 100644 index 0000000..664388d --- /dev/null +++ b/naim/.md5sum @@ -0,0 +1 @@ +c9622e3f75d56310829f98fa4dae1f78 naim-0.11.8.3.2.tar.bz2 diff --git a/naim/Pkgfile b/naim/Pkgfile new file mode 100644 index 0000000..3e86561 --- /dev/null +++ b/naim/Pkgfile @@ -0,0 +1,22 @@ +# Description: A console AIM, ICQ, IRC, and Lily CMC client. +# URL: http://naim.n.ml.org/ +# Maintainer: Victor Martinez, pitillo at ono dot com +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: ncurses + +name=naim +version=0.11.8.3.2 +release=2 +source=(http://naim.googlecode.com/files/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --build=$CHOST \ + --host=$CTARGET \ + --disable-nls \ + --prefix=/usr \ + --mandir=/usr/man + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/{lib,share} +} -- 2.26.2