X-Git-Url: http://gitweb/?a=blobdiff_plain;f=ports%2FPkgfile;h=9377a964e562f59040f5ae2652051b2caea24727;hb=refs%2Fheads%2F3.0;hp=29ae61c95a6ff529ba4e0704e05abf2f248ee90f;hpb=6449fdca81e521f4e78481158c77a0608c34dce4;p=ports%2Fcore-arm.git diff --git a/ports/Pkgfile b/ports/Pkgfile index 29ae61c..9377a96 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -1,18 +1,20 @@ # Description: CRUX ports system tools -# URL: http://crux.nu -# Maintainer: CRUX System Team, core-ports at crux dot nu +# 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 +# Depends on: name=ports version=1.5 -release=10 +release=14 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \ core-arm.rsync opt-arm.rsync xorg-arm.rsync) build () { - cd $name-$version - make - make DESTDIR=$PKG install + cd $name-$version + make + make DESTDIR=$PKG install - install -m 0644 $SRC/*.rsync* $PKG/etc/ports + install -m 0644 $SRC/*.rsync* $PKG/etc/ports }