summaryrefslogtreecommitdiffstats
path: root/ports/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'ports/Pkgfile')
-rw-r--r--ports/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/ports/Pkgfile b/ports/Pkgfile
deleted file mode 100644
index a400097..0000000
--- a/ports/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-description="CRUX ports system tools"
-packager=""
-maintainer="CRUX System Team, core-ports at crux dot nu"
-url="http://crux.nu"
-depends=()
-
-name=ports
-version=1.5
-release=10
-source=(http://crux.nu/files/tools/ports/ports-1.5.tar.gz core.rsync opt.rsync xorg.rsync contrib.rsync.inactive)
-build ()
-{
- cd $name-$version;
- make;
- make DESTDIR=$PKG install;
- install -m 0644 ../core.rsync $PKG/etc/ports/core.rsync;
- install -m 0644 ../opt.rsync $PKG/etc/ports/opt.rsync;
- install -m 0644 ../xorg.rsync $PKG/etc/ports/xorg.rsync;
- install -m 0644 ../contrib.rsync.inactive $PKG/etc/ports/contrib.rsync.inactive
-}