milis/talimatname/genel/b/blackbox/talimat

21 lines
459 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.

# Tanım: Hızlı ve küçük pencere yöneticisi.
# URL: http://blackboxwm.sourceforge.net
# Paketçi: milisarge
# Gerekler: xorg
name=blackbox
version=0.70.1
release=1
source=(http://download.sourceforge.net/blackboxwm/$name-$version.tar.bz2
$name-$version-include-fix.diff)
derle() {
cd $name-$version
patch -p1 -i $SRC/$name-$version-include-fix.diff
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}