2006-11-20 07:26:53 +10:00
|
|
|
# Description: Extra themes and icons for Window Maker.
|
|
|
|
# URL: http://www.windowmaker.info
|
2007-01-20 12:21:06 +10:00
|
|
|
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
|
2006-11-20 07:26:53 +10:00
|
|
|
# Packager: Vincenzo Colosimo <vico@bicisport.de>
|
|
|
|
#
|
2006-11-14 09:01:22 +10:00
|
|
|
# Depends on:
|
|
|
|
|
|
|
|
name=windowmaker-extra
|
|
|
|
version=0.1
|
|
|
|
release=2
|
|
|
|
source=(http://www.windowmaker.info/pub/source/release/WindowMaker-extra-$version.tar.gz)
|
|
|
|
|
|
|
|
build () {
|
2006-11-20 07:26:53 +10:00
|
|
|
cd WindowMaker-extra-$version
|
2006-11-14 09:01:22 +10:00
|
|
|
|
2006-11-20 07:26:53 +10:00
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
|
|
|
--disable-nls
|
2006-11-14 09:01:22 +10:00
|
|
|
|
2006-11-20 07:26:53 +10:00
|
|
|
make && make DESTDIR=$PKG install
|
|
|
|
rm -f $PKG/usr/share/WindowMaker/Icons/xv.xpm
|
2006-11-14 09:01:22 +10:00
|
|
|
}
|