summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/cryptsetup/.footprint16
-rw-r--r--base/cryptsetup/.md5sum1
-rw-r--r--base/cryptsetup/Pkgfile16
-rw-r--r--base/kqemu/.footprint5
-rw-r--r--base/kqemu/.md5sum1
-rw-r--r--base/kqemu/Pkgfile18
-rw-r--r--base/mailx/.footprint12
-rw-r--r--base/mailx/.md5sum1
-rwxr-xr-xbase/mailx/Pkgfile26
-rwxr-xr-xbase/mmsrip/.footprint6
-rwxr-xr-xbase/mmsrip/.md5sum1
-rwxr-xr-xbase/mmsrip/Pkgfile18
12 files changed, 121 insertions, 0 deletions
diff --git a/base/cryptsetup/.footprint b/base/cryptsetup/.footprint
new file mode 100644
index 000000000..4ae4221f9
--- /dev/null
+++ b/base/cryptsetup/.footprint
@@ -0,0 +1,16 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/libcryptsetup.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/cryptsetup/
+-rwxr-xr-x root/root usr/lib/libcryptsetup.la
+lrwxrwxrwx root/root usr/lib/libcryptsetup.so -> libcryptsetup.so.0.0.0
+lrwxrwxrwx root/root usr/lib/libcryptsetup.so.0 -> libcryptsetup.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libcryptsetup.so.0.0.0
+drwxr-xr-x root/root usr/sbin/
+-rwxr-xr-x root/root usr/sbin/cryptsetup
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/cryptsetup.8.gz
diff --git a/base/cryptsetup/.md5sum b/base/cryptsetup/.md5sum
new file mode 100644
index 000000000..66eb93e77
--- /dev/null
+++ b/base/cryptsetup/.md5sum
@@ -0,0 +1 @@
+5eea2a77391a8a1a651b31cbaef59e22 cryptsetup-1.0.7.tar.bz2
diff --git a/base/cryptsetup/Pkgfile b/base/cryptsetup/Pkgfile
new file mode 100644
index 000000000..188c540bc
--- /dev/null
+++ b/base/cryptsetup/Pkgfile
@@ -0,0 +1,16 @@
+# Description:
+# URL:
+# Maintainer: NuTyX core team
+# Packager:
+# Depends on:
+name=cryptsetup
+version=1.0.7
+release=1
+source=(http://cryptsetup.googlecode.com/files/$name-$version.tar.bz2)
+build() {
+cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make check
+ make DESTDIR=$PKG install
+}
diff --git a/base/kqemu/.footprint b/base/kqemu/.footprint
new file mode 100644
index 000000000..e7c138921
--- /dev/null
+++ b/base/kqemu/.footprint
@@ -0,0 +1,5 @@
+drwxr-xr-x root/root lib/
+drwxr-xr-x root/root lib/modules/
+drwxr-xr-x root/root lib/modules/<kernel-version>/
+drwxr-xr-x root/root lib/modules/<kernel-version>/misc/
+-rw-r--r-- root/root lib/modules/<kernel-version>/misc/kqemu.ko
diff --git a/base/kqemu/.md5sum b/base/kqemu/.md5sum
new file mode 100644
index 000000000..99be8eaf7
--- /dev/null
+++ b/base/kqemu/.md5sum
@@ -0,0 +1 @@
+d738d8ca7332211ab716ec3213d82ee1 kqemu-1.4.0pre1.tar.gz
diff --git a/base/kqemu/Pkgfile b/base/kqemu/Pkgfile
new file mode 100644
index 000000000..9062e1602
--- /dev/null
+++ b/base/kqemu/Pkgfile
@@ -0,0 +1,18 @@
+# Description: module pour Emulateur libre qemu
+# URL: http://www.qemu.org/
+# Maintainer: NuTyX coreteam
+# Packager: guy
+
+name=kqemu
+version=1.4.0pre1
+release=1
+source=(http://wiki.qemu.org/download/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure
+ make
+# make DESTDIR=$PKG install
+ mkdir -p $PKG/lib/modules/`uname -r`/misc
+ cp kqemu.ko $PKG/lib/modules/`uname -r`/misc
+}
diff --git a/base/mailx/.footprint b/base/mailx/.footprint
new file mode 100644
index 000000000..ac683bb73
--- /dev/null
+++ b/base/mailx/.footprint
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root etc/
+-rw-r--r-- root/root etc/nail.rc
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+lrwxrwxrwx root/root usr/bin/Mail -> mailx
+lrwxrwxrwx root/root usr/bin/mail -> mailx
+-rwxr-xr-x root/root usr/bin/mailx
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+lrwxrwxrwx root/root usr/share/man/man1/mail.1.gz -> mailx.1.gz
+-rw-r--r-- root/root usr/share/man/man1/mailx.1.gz
diff --git a/base/mailx/.md5sum b/base/mailx/.md5sum
new file mode 100644
index 000000000..41257bd79
--- /dev/null
+++ b/base/mailx/.md5sum
@@ -0,0 +1 @@
+0c93759e34200eb56a0e7c464680a54a mailx-12.4.tar.bz2
diff --git a/base/mailx/Pkgfile b/base/mailx/Pkgfile
new file mode 100755
index 000000000..63fc06b64
--- /dev/null
+++ b/base/mailx/Pkgfile
@@ -0,0 +1,26 @@
+# Description: Client de messagerie electronique
+# URL: http://nail.sourceforge.net/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: openssl
+
+name=mailx
+version=12.4
+release=1
+source=( http://downloads.sourceforge.net/heirloom/$name-$version.tar.bz2)
+
+
+build() {
+ cd $name-$version
+ make install \
+ PREFIX=/usr \
+ MANDIR=/usr/share/man \
+ SENDMAIL=/usr/sbin/sendmail \
+ MAILSPOOL=/var/spool/mail \
+ UCBINSTALL=/usr/bin/install \
+ DESTDIR=$PKG
+
+ ln -s mailx $PKG/usr/bin/Mail
+ ln -s mailx $PKG/usr/bin/mail
+ ln -s mailx.1 $PKG/usr/share/man/man1/mail.1
+}
diff --git a/base/mmsrip/.footprint b/base/mmsrip/.footprint
new file mode 100755
index 000000000..94fd40232
--- /dev/null
+++ b/base/mmsrip/.footprint
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/mmsrip
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/mmsrip.1.gz
diff --git a/base/mmsrip/.md5sum b/base/mmsrip/.md5sum
new file mode 100755
index 000000000..06bf85b97
--- /dev/null
+++ b/base/mmsrip/.md5sum
@@ -0,0 +1 @@
+498a5ec10a004481532eaceacdff3a10 mmsrip-0.7.0.tar.gz
diff --git a/base/mmsrip/Pkgfile b/base/mmsrip/Pkgfile
new file mode 100755
index 000000000..e976ca444
--- /dev/null
+++ b/base/mmsrip/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Client pour le format multimedia proprietaire MMS
+# URL: http://nbenoit.tuxfamily.org/projects.php?rq=mmsrip
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=mmsrip
+version=0.7.0
+release=1
+source=(http://nbenoit.tuxfamily.org/projects/mmsrip/$name-$version.tar.gz)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man
+ make
+ make DESTDIR=$PKG install
+}
+