X-Git-Url: http://gitweb/?a=blobdiff_plain;f=ports%2FPkgfile;h=3dc4c49c318dd914310fab7119638a26a2c0d769;hb=refs%2Fheads%2F3.5;hp=ae38e7214eb5376ea67cc25ac043959a679003e0;hpb=2eae66246978d732923242ae9f87446cfcd083e2;p=ports%2Fraspberrypi3-arm.git diff --git a/ports/Pkgfile b/ports/Pkgfile index ae38e72..3dc4c49 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -5,12 +5,15 @@ # Depends on: name=ports -version=1.5 -release=23 +version=1.6 +release=1 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ core.pub opt.pub xorg.pub contrib.pub \ core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \ - raspberrypi3-arm.rsync core-arm64.rsync opt-arm64.rsync xorg-arm64.rsync) + raspberrypi3-arm.rsync raspberrypi3-arm.pub \ + core-arm64.rsync core-arm64.pub \ + opt-arm64.rsync opt-arm64.pub \ + xorg-arm64.rsync xorg-arm64.pub) build () { cd $name-$version @@ -26,7 +29,11 @@ build () { install -m 0644 $SRC/xorg.pub $PKG/etc/ports install -m 0644 $SRC/contrib.pub $PKG/etc/ports install -m 0644 $SRC/raspberrypi3-arm.rsync $PKG/etc/ports + install -m 0644 $SRC/raspberrypi3-arm.pub $PKG/etc/ports install -m 0644 $SRC/core-arm64.rsync $PKG/etc/ports + install -m 0644 $SRC/core-arm64.pub $PKG/etc/ports install -m 0644 $SRC/opt-arm64.rsync $PKG/etc/ports + install -m 0644 $SRC/opt-arm64.pub $PKG/etc/ports install -m 0644 $SRC/xorg-arm64.rsync $PKG/etc/ports + install -m 0644 $SRC/xorg-arm64.pub $PKG/etc/ports }