CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
sed: updated mandir
[crossrootfs.git] / ports / Pkgfile
index 98270614867ff9da9f0b37727d1f9291d5ab2fe4..8f4830ac2e76b2cbc9951eb940df79e891e35784 100644 (file)
@@ -1,19 +1,18 @@
 # 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 at crux-arm dot nu
+# URL:         http://crux.nu
+# Maintainer:  CRUX System Team, core-ports at crux dot nu
 
 name=ports
 version=1.5
-release=11
+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)
+        core.rsync)
 
 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
+  install -m 0644 $SRC/core.rsync $PKG/etc/ports
 }