23 lines
468 B
Plaintext
23 lines
468 B
Plaintext
# Tanım: Basit ve son derece özelleştirilebilir hızlı başlatma aracı.
|
||
# URL: http://code.google.com/p/wbar
|
||
# Paketçi: milisarge
|
||
# Gerekler: libglade imlib2
|
||
# Grup: masaüstü
|
||
|
||
isim=wbar
|
||
surum=2.3.4
|
||
devir=1
|
||
|
||
kaynak=(https://wbar.googlecode.com/files/wbar-$surum.tgz )
|
||
|
||
derle() {
|
||
cd $isim-$surum
|
||
|
||
./configure --prefix=/usr \
|
||
--exec_prefix=/usr \
|
||
--sysconfdir=/etc
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|
||
|