summaryrefslogtreecommitdiffstats
path: root/pkgutils/Pkgfile.old
blob: 4a8b153ccc3c72bf3d95a9c86a3ec492329cab93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Description: A set of utilities to manage software packages 
# URL:         http://crux.nu/gitweb/?p=tools/pkgutils.git
# Maintainer:  CRUX System Team, core-ports at crux dot nu
# Depends on:  libarchive

name=pkgutils
version=5.35.1
release=1
source=(http://crux.nu/files/$name-$version.tar.gz)

build () {
	cd $name-$version
	make DESTDIR=$PKG install
}