milis/talimatname/genel/x/xarchiver/talimat

23 lines
602 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Xarchiver, GTK + 2 araç seti ile inşa edilmiş hafif, masaüstü bağımsız bir arşiv yöneticisidir.
2017-04-21 10:14:25 +02:00
# URL: http://xarchiver.sourceforge.net/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: gtk2 intltool xorg-libxcursor xorg-libxdamage xorg-libxrandr xorg-libxinerama unzip p7zip lzop unrar
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=xarchiver
surum=0.5.4.11
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(https://github.com/ib/xarchiver/archive/$surum.tar.gz::$isim-$surum.tar.gz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/xfce4 \
--localstatedir=/var \
--disable-static
make
make DESTDIR=$PKG install
}