From e40057b9b76c02e6ad6d1e149a778d218abcae5d Mon Sep 17 00:00:00 2001 From: Lukc Date: Sun, 12 Dec 2010 10:49:10 +0100 Subject: Recette de ports ajoutée. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ports/Pkgfile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ports/Pkgfile (limited to 'ports/Pkgfile') diff --git a/ports/Pkgfile b/ports/Pkgfile new file mode 100644 index 0000000..917a20e --- /dev/null +++ b/ports/Pkgfile @@ -0,0 +1,23 @@ +description="CRUX ports system tools." +packager="CRUX System Team " +maintainer="Lukc " +url="http://crux.nu" +depends=() + +# FIXME: These ports files are for Crux’s repositories… not ours. +# FIXME: We should use git/httpup instead of rsync, for these files… + +name=ports +version=1.5 +release=10 +source=(http://crux.nu/files/tools/$name/$name-$version.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 +} -- cgit v1.2.3-70-g09d2