X-Git-Url: http://gitweb/?a=blobdiff_plain;f=ports%2FPkgfile;h=3dc4c49c318dd914310fab7119638a26a2c0d769;hb=refs%2Fheads%2F3.5;hp=63ed3adfe869473655bc867ff81e2b60e93ca424;hpb=1fb221f77543a7b7fb8db984232189457a221465;p=ports%2Fraspberrypi3-arm.git diff --git a/ports/Pkgfile b/ports/Pkgfile index 63ed3ad..3dc4c49 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -5,12 +5,15 @@ # Depends on: name=ports -version=1.5 -release=22 +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.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 }