windowmaker-extra: picked up port
This commit is contained in:
parent
e11c27214d
commit
f1fd98ea37
@ -1,22 +1,20 @@
|
||||
# Description: Extra themes and icons for Window Maker.
|
||||
# URL: http://www.windowmaker.info
|
||||
# Maintainer: unmaintained
|
||||
# Packager: Vincenzo Colosimo <vico@bicisport.de>
|
||||
#
|
||||
# Depends on:
|
||||
# Description: Few extra themes and icons for Window Maker
|
||||
# URL: http://www.windowmaker.info
|
||||
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
|
||||
# Packager: Vincenzo Colosimo, vico at bicisport dot de
|
||||
# Depends on: windowmaker
|
||||
|
||||
name=windowmaker-extra
|
||||
version=0.1
|
||||
release=2
|
||||
source=(http://www.windowmaker.info/pub/source/release/WindowMaker-extra-$version.tar.gz)
|
||||
|
||||
build () {
|
||||
cd WindowMaker-extra-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-nls
|
||||
|
||||
make && make DESTDIR=$PKG install
|
||||
rm -f $PKG/usr/share/WindowMaker/Icons/xv.xpm
|
||||
build() {
|
||||
cd WindowMaker-extra-$version
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--disable-nls
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -f $PKG/usr/share/WindowMaker/Icons/xv.xpm
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user