milis/talimatname/genel/e/engrampa/talimat

28 lines
722 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: MATE için bir dosya arşivleyici
# URL: http://www.mate-desktop.org/
# Paketçi: yasarciv67@gmail.com
# Gerekler: caja intltool itstool gtk3 gzip libarchive tar unzip zip p7zip unrar
# Grup: sistem
isim=engrampa
surum=1.20.0
devir=1
kaynak=(http://pub.mate-desktop.org/releases/${surum%.*}/$isim-$surum.tar.xz
fr-rpm-bsdtar.patch)
derle() {
cd $isim-$surum
# This patch 'depends' on libarchive
patch -Np1 -i "$SRC/fr-rpm-bsdtar.patch"
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/$isim \
--disable-packagekit
#https://bugzilla.gnome.org/show_bug.cgi?id=656231
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR=$PKG install
}