summaryrefslogtreecommitdiff
path: root/prt-get/Pkgfile
blob: c0e64e28f3e8753efa3b70b6f7dc14046b2f79a0 (plain)
    1 # Description: A utility to simplify ports searching/installing
    2 # URL:         https://crux.nu/gitweb/?p=tools/prt-get.git;a=summary
    3 # Maintainer:  CRUX System Team, core-ports at crux dot nu
    4 
    5 name=prt-get
    6 version=5.19.3
    7 release=1
    8 source=(http://crux.nu/files/prt-get-$version.tar.xz
    9     prt-get.conf prt-get.aliases)
   10 
   11 build() {
   12     cd ${name}-${version}
   13 
   14     ./configure --prefix=/usr
   15     make
   16     make DESTDIR=$PKG install
   17 
   18     install -m 644 $SRC/prt-get.conf $PKG/etc/
   19     install -D -m 644 $SRC/prt-get.aliases $PKG/var/lib/pkg/prt-get.aliases
   20 }

Generated by cgit