blob: 44a957d0254d828cb0c871d0135953657510ac09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Description: Outil de configuration pour openbox
# URL: http://icculus.org/openbox/index.php/Main_Page
# Maintainer: NuTyX core team
# Packager: geantbrun at gmail dot com
# Depends on: openbox libglade gtk
# Run on: openbox,libglade,gtk
name=obconf
version=2.0.3
release=1
source=(http://icculus.org/openbox/obconf/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
make
make DESTDIR=$PKG install
}
|