contrib/windowmaker-extra/Pkgfile

23 lines
566 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: Extra themes and icons for Window Maker.
# URL: http://www.windowmaker.info
2007-01-20 03:21:06 +01:00
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
2006-11-19 22:26:53 +01:00
# Packager: Vincenzo Colosimo <vico@bicisport.de>
#
2006-11-14 00:01:22 +01: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-19 22:26:53 +01:00
cd WindowMaker-extra-$version
2006-11-14 00:01:22 +01:00
2006-11-19 22:26:53 +01:00
./configure \
--prefix=/usr \
--disable-nls
2006-11-14 00:01:22 +01:00
2006-11-19 22:26:53 +01:00
make && make DESTDIR=$PKG install
rm -f $PKG/usr/share/WindowMaker/Icons/xv.xpm
2006-11-14 00:01:22 +01:00
}