CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
gcc: updated source line to use ftp instead of http
[ports/core-arm.git] / ports / Pkgfile
index 29ae61c95a6ff529ba4e0704e05abf2f248ee90f..41099abd671c149c43218c7bbd74443fa9a27e63 100644 (file)
@@ -1,10 +1,12 @@
 # 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=17
 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)
@@ -12,7 +14,7 @@ source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
 build () {
     cd $name-$version
     make
-    make DESTDIR=$PKG install
+    make DESTDIR=$PKG MANDIR=/usr/share/man install
 
     install -m 0644 $SRC/*.rsync* $PKG/etc/ports
 }