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

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
}