From 1fa28218e8bedcd9a41e4dc1bc71ffdb73b5e344 Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 27 Feb 2010 19:14:42 +0100 Subject: mailx, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/mailx/.footprint | 12 ++++++++++++ base/mailx/.md5sum | 1 + base/mailx/Pkgfile | 26 ++++++++++++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 base/mailx/.footprint create mode 100644 base/mailx/.md5sum create mode 100755 base/mailx/Pkgfile (limited to 'base') 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 +} -- cgit v1.2.3-70-g09d2 From 301e5b9b9a7721d94e899e1f9c9c98ea0bb375f5 Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 27 Feb 2010 20:07:46 +0100 Subject: kqemu, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/kqemu/.footprint | 5 +++++ base/kqemu/.md5sum | 1 + base/kqemu/Pkgfile | 18 ++++++++++++++++++ extra/kqemu/.footprint | 5 ----- extra/kqemu/.md5sum | 1 - extra/kqemu/Pkgfile | 19 ------------------- 6 files changed, 24 insertions(+), 25 deletions(-) create mode 100644 base/kqemu/.footprint create mode 100644 base/kqemu/.md5sum create mode 100644 base/kqemu/Pkgfile delete mode 100644 extra/kqemu/.footprint delete mode 100644 extra/kqemu/.md5sum delete mode 100644 extra/kqemu/Pkgfile (limited to 'base') 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// +drwxr-xr-x root/root lib/modules//misc/ +-rw-r--r-- root/root lib/modules//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/extra/kqemu/.footprint b/extra/kqemu/.footprint deleted file mode 100644 index e7c138921..000000000 --- a/extra/kqemu/.footprint +++ /dev/null @@ -1,5 +0,0 @@ -drwxr-xr-x root/root lib/ -drwxr-xr-x root/root lib/modules/ -drwxr-xr-x root/root lib/modules// -drwxr-xr-x root/root lib/modules//misc/ --rw-r--r-- root/root lib/modules//misc/kqemu.ko diff --git a/extra/kqemu/.md5sum b/extra/kqemu/.md5sum deleted file mode 100644 index 99be8eaf7..000000000 --- a/extra/kqemu/.md5sum +++ /dev/null @@ -1 +0,0 @@ -d738d8ca7332211ab716ec3213d82ee1 kqemu-1.4.0pre1.tar.gz diff --git a/extra/kqemu/Pkgfile b/extra/kqemu/Pkgfile deleted file mode 100644 index 30ced2041..000000000 --- a/extra/kqemu/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: -# URL: http://www.qemu.org/ -# Maintainer: NuTyX coreteam -# Packager: -# Depends on: - -name=kqemu -version=1.4.0pre1 -release=1 -source=(http://www.qemu.org/$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 -} -- cgit v1.2.3-70-g09d2