summaryrefslogtreecommitdiffstats
path: root/extra/nextaw/Pkgfile
blob: 1fdcac0460cf159b83335304ec5ece39541a621b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: librairie pour siag
# URL: http://siag.nu/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg

name=nextaw
version=0.15.1
release=1
source=(http://siag.nu/pub/neXtaw/neXtaw-$version.tar.gz)

build() {
	cd neXtaw-$version
	./configure --prefix=/usr 
	make
	make DESTDIR=$PKG install
}