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

name=xawm
version=1.5u
release=1
source=(http://siag.nu/pub/widgets/XawM-$version.tar.gz)

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