milis/talimatname/genel/blackbox/talimat

24 lines
490 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Hızlı ve küçük pencere yöneticisi.
# URL: http://blackboxwm.sourceforge.net
# Packager: berlius at nutyx dot com
# Depends on: xorg
name=blackbox
version=0.70.1
release=1
source=(http://download.sourceforge.net/blackboxwm/$name-$version.tar.bz2
$name-$version-include-fix.diff)
build () {
cd $name-$version
patch -p1 -i $SRC/$name-$version-include-fix.diff
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}