summaryrefslogtreecommitdiffstats
path: root/base/ports/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:12:28 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:12:28 +0100
commit9291e062cb24bac5d7c7059d4dc64669c1917b33 (patch)
treeae6f7e4fb2769d6c53b214c5e0b4d862f1df98dc /base/ports/Pkgfile
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-pakxe-9291e062cb24bac5d7c7059d4dc64669c1917b33.tar.gz
nutyx-pakxe-9291e062cb24bac5d7c7059d4dc64669c1917b33.tar.bz2
nutyx-pakxe-9291e062cb24bac5d7c7059d4dc64669c1917b33.tar.xz
nutyx-pakxe-9291e062cb24bac5d7c7059d4dc64669c1917b33.zip
aaabasicfs 2011-3 et split des dépot base et extra en 2 git séparé
Diffstat (limited to 'base/ports/Pkgfile')
-rw-r--r--base/ports/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/base/ports/Pkgfile b/base/ports/Pkgfile
deleted file mode 100644
index c04fb52fc..000000000
--- a/base/ports/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: Système de ports NuTyX
-# URL: http://crux.nu
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed.ch
-
-name=ports
-version=1.5
-release=11
-source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
- base.rsync extra.rsync)
-
-build () {
-cd $name-$version
-make
-make DESTDIR=$PKG install
-mkdir -p $PKG/usr/share/
-mv $PKG/usr/man \
-$PKG/usr/share
-for i in base extra
-do
- install -m 0644 ../$i.rsync $PKG/etc/ports/$i.rsync
-done
-}