summaryrefslogtreecommitdiff
path: root/pkgutils/Pkgfile
blob: ed3a35d2c18b2aa57925ec5be8f97d7375329bbf (plain)
    1 # Description: A set of utilities to manage software packages 
    2 # URL:         http://crux.nu/gitweb/?p=tools/pkgutils.git
    3 # Maintainer:  CRUX System Team, core-ports at crux dot nu
    4 # Depends on:  libarchive
    5 
    6 name=pkgutils
    7 version=5.40.7
    8 release=1
    9 source=(http://crux.nu/files/$name-$version.tar.xz)
   10 
   11 build () {
   12 	cd $name-$version
   13 	make DESTDIR=$PKG install
   14 }

Generated by cgit