summaryrefslogtreecommitdiff
path: root/ports/Pkgfile
blob: 7c5f88e62881b391d63c96475be2e0f2863327c3 (plain)
    1 # Description: CRUX ports system tools
    2 # URL: https://crux.nu
    3 # Maintainer: CRUX System Team, core-ports at crux dot nu
    4 
    5 name=ports
    6 version=1.6
    7 release=3
    8 
    9 source=(https://crux.nu/files/tools/ports/$name-$version.tar.gz
   10 	core.pub opt.pub xorg.pub compat-32.pub contrib.pub
   11 	core.rsync opt.rsync xorg.rsync
   12 	compat-32.rsync.inactive contrib.rsync.inactive)
   13 
   14 build () {
   15 	cd $name-$version
   16 	make
   17 	make DESTDIR=$PKG MANDIR=/usr/share/man install
   18 
   19 	install -m 0644 $SRC/core.rsync $PKG/etc/ports
   20 	install -m 0644 $SRC/opt.rsync $PKG/etc/ports
   21 	install -m 0644 $SRC/xorg.rsync $PKG/etc/ports
   22 	install -m 0644 $SRC/compat-32.rsync.inactive $PKG/etc/ports
   23 	install -m 0644 $SRC/contrib.rsync.inactive $PKG/etc/ports
   24 	install -m 0644 $SRC/core.pub $PKG/etc/ports
   25 	install -m 0644 $SRC/opt.pub $PKG/etc/ports
   26 	install -m 0644 $SRC/xorg.pub $PKG/etc/ports
   27 	install -m 0644 $SRC/compat-32.pub $PKG/etc/ports
   28 	install -m 0644 $SRC/contrib.pub $PKG/etc/ports
   29 }

Generated by cgit