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