summaryrefslogtreecommitdiffstats
path: root/pkgutils/Pkgfile
blob: e576a44e4a078d4610b8111f7d414982bfccf3cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
description="A set of utilities to manage software packages."
packager="CRUX System Team <core-ports AT crux DOT nu>"
maintainer="Lukc <lukc AT upyum DOT com>"
url="http://crux.nu/gitweb/?p=tools/pkgutils.git"
depends=(libarchive)

name=pkgutils
version=5.35.1
release=1
source=(http://crux.nu/files/$name-$version.tar.gz)
build () 
{ 
	cd $name-$version;
	make ${CHOST:+CXX=$CHOST-g++} DESTDIR=$PKG MANDIR=$mandir install
}