blob: 08efd3f4417b3e4bf565d8b629b7ff52f37f77df (
plain)
1 # Description: Extra themes and icons for Window Maker.
2 # URL: http://www.windowmaker.info
3 # Maintainer: James Mills, prologic at shortcircuit dot net dot au
4 # Packager: Vincenzo Colosimo <vico@bicisport.de>
5 #
6 # Depends on:
7
8 name=windowmaker-extra
9 version=0.1
10 release=2
11 source=(http://www.windowmaker.info/pub/source/release/WindowMaker-extra-$version.tar.gz)
12
13 build () {
14 cd WindowMaker-extra-$version
15
16 ./configure \
17 --prefix=/usr \
18 --disable-nls
19
20 make && make DESTDIR=$PKG install
21 rm -f $PKG/usr/share/WindowMaker/Icons/xv.xpm
22 }
|