X-Git-Url: http://gitweb/?a=blobdiff_plain;f=ports%2FPkgfile;h=8f4830ac2e76b2cbc9951eb940df79e891e35784;hb=a9af19ee37034514b099dd60df88820ef90b596c;hp=2a4cc7bc9052524ac3b2f93eca5b57d1b05b3c62;hpb=b751b192b8a9f558df99b4050babc1b84d45a372;p=crossrootfs.git diff --git a/ports/Pkgfile b/ports/Pkgfile index 2a4cc7b..8f4830a 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -1,22 +1,18 @@ # Description: CRUX ports system tools -# URL: http://crux.nu -# Maintainer: CRUX System Team, core-ports at crux dot nu -# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# URL: http://crux.nu +# Maintainer: CRUX System Team, core-ports at crux dot nu name=ports version=1.5 -release=9 +release=17 + source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ - core.rsync opt.rsync xorg.rsync contrib.rsync.inactive) + core.rsync) build () { - cd $name-$version - make - make DESTDIR=$PKG install + cd $name-$version + make + make DESTDIR=$PKG MANDIR=/usr/share/man 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 + install -m 0644 $SRC/core.rsync $PKG/etc/ports }