aboutsummaryrefslogtreecommitdiff
path: root/kirc/abuild
blob: 329107b3cf526147743c2ee5b8a10568fb500a97 (plain)
1
2
3
4
5
6
7
8
9
name=kirc
version=1.2.2
release=1
source="https://github.com/mcpcpc/${name}/archive/${version}/${name}-${version}.tar.gz"

build() {
	make
	make PREFIX=/usr DESTDIR=$PKG install
}