CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
bash: updated md5sum
[ports/core-arm.git] / ports / Pkgfile
index 29ae61c95a6ff529ba4e0704e05abf2f248ee90f..9377a964e562f59040f5ae2652051b2caea24727 100644 (file)
@@ -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
 }