summaryrefslogtreecommitdiffstats
path: root/pkg++/Pkgfile
blob: 5a6c237328fa7c928b76f7581f0b47a3045af13a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
description="Portable package builder."
url=http://devel.upyum.com/cgit.cgi/pkg++
packager="Lukc <lukc AT upyum DOT com>"
maintainer="Lukc <lukc AT upyum DOT com>"

name=pkg++
version=devel
release=1
source=( 
	git://devel.upyum.com/pkgxx.git
)

depends=(bash pkgutils)

build(){
	cd $name
	./configure \
		--package-manager=pkgutils \
		${configure_opts[@]}
	pkgmake -B DESTDIR=$PKG install
}