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

22 lines
716 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Arsiv dosyalari olusturmak ve duzenlemek icin bir arac
# URL: http://www.gnome.org
# Paketçi: milisarge
# Gerekler: desktop-file-utils gtk3 hicolor-icon-theme dconf itstool libarchive file json-glib libnotify unrar p7zip
# Grup: sistem
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)
derle() {
cd $isim-$surum
./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
make
make DESTDIR=$PKG install
chmod -v 0755 $PKG/usr/lib/file-roller/isoinfo.sh
rm -r $PKG/usr/share/help
}