summaryrefslogtreecommitdiffstats
path: root/pkgutils/Pkgfile
blob: 41af362d2c6af3832549d4a1ac4e92b38d42018e (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=""
maintainer="CRUX System Team, core-ports at crux dot nu"
url="http://crux.nu/gitweb/?p=tools/pkgutils.git"
depends=(libarchive)

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