diff options
-rw-r--r-- | ports/Pkgfile | 22 | ||||
-rw-r--r-- | ports/contrib.rsync.inactive | 3 |
2 files changed, 25 insertions, 0 deletions
diff --git a/ports/Pkgfile b/ports/Pkgfile new file mode 100644 index 0000000..35c7c58 --- /dev/null +++ b/ports/Pkgfile @@ -0,0 +1,22 @@ +description="CRUX ports system tools." +packager="Lukc (XMPP/STMP: lukc AT upyum DOT com)" +maintainer="Lukc (XMPP/STMP: lukc AT upyum DOT com)" +url=http://crux.nu +depends=() + +name=ports +version=1.5 +release=10 +source=( + http://crux.nu/files/tools/$name/$name-$version.tar.gz +) +build () +{ + cd $name-$version; + make; + make DESTDIR=$PKG install; + mkdir -p $PKG/usr/share + if [[ $mandir != /usr/man ]]; then + mv $PKG/usr/man $PKG/usr/share + fi +} diff --git a/ports/contrib.rsync.inactive b/ports/contrib.rsync.inactive new file mode 100644 index 0000000..e84298f --- /dev/null +++ b/ports/contrib.rsync.inactive @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-2.7/contrib/ +destination=/usr/ports/contrib |