blob: a2651bd33a3605a14a05cb7ba2788e9c3e066495 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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
}
|