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

21 lines
709 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
name=file-roller
version=3.24.1
release=2
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version:0:4}/$name-$version.tar.xz)
derle() {
cd $name-$version
./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
}