milis/talimatname/genel/wbar/talimat

22 lines
464 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: Basit ve son derece özelleştirilebilir hızlı başlatma aracı.
# URL: http://code.google.com/p/wbar
# Packager: milisarge
# Depends on: libglade imlib2
name=wbar
version=2.3.4
release=1
source=(https://wbar.googlecode.com/files/wbar-$version.tgz )
build() {
cd $name-$version
./configure --prefix=/usr \
--exec_prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
}