milis/talimatname/genel/engrampa/talimat

27 lines
724 B
Plaintext
Raw Normal View History

2017-06-23 13:09:15 +02:00
# Description: MATE için bir dosya arşivleyici
# URL: http://www.mate-desktop.org/
# Packager: yasarciv67@gmail.com
# Depends on: caja intltool itstool gtk3 gzip libarchive tar unzip zip p7zip unrar
2017-01-24 00:43:48 +01:00
name=engrampa
2017-06-23 13:09:15 +02:00
version=1.18.2
2017-01-24 00:43:48 +01:00
release=1
2017-06-23 13:09:15 +02:00
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz \
fr-rpm-bsdtar.patch)
2017-01-24 00:43:48 +01:00
build() {
2017-06-23 13:09:15 +02:00
cd $name-$version
# This patch 'depends' on libarchive
patch -Np1 -i "$SRC/fr-rpm-bsdtar.patch"
./configure \
2017-01-24 00:43:48 +01:00
--prefix=/usr \
2017-06-23 13:09:15 +02:00
--libexecdir=/usr/lib/$name \
2017-01-24 00:43:48 +01:00
--disable-packagekit
2017-06-23 13:09:15 +02:00
#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
2017-01-24 00:43:48 +01:00
}