CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
naim: initial import (verified compilation).
authorVictor Martinez <pitillo@ono.com>
Wed, 29 Sep 2010 07:34:29 +0000 (07:34 +0000)
committerVictor Martinez <pitillo@ono.com>
Wed, 29 Sep 2010 07:34:29 +0000 (07:34 +0000)
naim/.footprint [new file with mode: 0644]
naim/.md5sum [new file with mode: 0644]
naim/Pkgfile [new file with mode: 0644]

diff --git a/naim/.footprint b/naim/.footprint
new file mode 100644 (file)
index 0000000..f83c301
--- /dev/null
@@ -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 (file)
index 0000000..664388d
--- /dev/null
@@ -0,0 +1 @@
+c9622e3f75d56310829f98fa4dae1f78  naim-0.11.8.3.2.tar.bz2
diff --git a/naim/Pkgfile b/naim/Pkgfile
new file mode 100644 (file)
index 0000000..3e86561
--- /dev/null
@@ -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}
+}