1234567891011121314151617181920212223 |
- # 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
- }
|