22 lines
449 B
Plaintext
22 lines
449 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
|
|||
|
|
|||
|
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
|
|||
|
}
|
|||
|
|