milis/talimatname/genel/f/file-roller/talimat

22 lines
716 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Arsiv dosyalari olusturmak ve duzenlemek icin bir arac
2016-03-19 00:16:01 +01:00
# URL: http://www.gnome.org
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: desktop-file-utils gtk3 hicolor-icon-theme dconf itstool libarchive file json-glib libnotify unrar p7zip
2018-08-15 10:48:43 +02:00
# Grup: sistem
2016-03-19 00:16:01 +01:00
2017-10-28 14:10:23 +02:00
isim=file-roller
surum=3.24.1
devir=2
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${version:0:4}/$isim-$surum.tar.xz)
2016-03-19 00:16:01 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-05-16 15:01:08 +02:00
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--libexecdir=/usr/lib/$pkgname --disable-static --disable-schemas-compile
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
2016-03-19 00:16:01 +01:00
make
make DESTDIR=$PKG install
2017-05-16 15:01:08 +02:00
chmod -v 0755 $PKG/usr/lib/file-roller/isoinfo.sh
2017-07-23 04:41:23 +02:00
rm -r $PKG/usr/share/help
2016-03-19 00:16:01 +01:00
}