X-Git-Url: http://gitweb/?a=blobdiff_plain;f=ports%2FPkgfile;h=98270614867ff9da9f0b37727d1f9291d5ab2fe4;hb=e64896c6acab9b219b74dc10b72a80a0e4ae78eb;hp=21fe5766631aca96841c4a35ea0a43fe04116fe6;hpb=83e7e2d09802b3a99d4eda97a03cad72a1b1039a;p=crossrootfs.git diff --git a/ports/Pkgfile b/ports/Pkgfile index 21fe576..9827061 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -1,22 +1,19 @@ # 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@crux-arm.nu +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu name=ports version=1.5 -release=9 +release=11 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ - core.rsync opt.rsync xorg.rsync contrib.rsync.inactive) + 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 ../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/*.rsync* $PKG/etc/ports }