2017-01-31 01:37:09 +01:00
|
|
|
# Description: Arsiv dosyalari olusturmak ve duzenlemek icin bir arac
|
2016-03-19 00:16:01 +01:00
|
|
|
# URL: http://www.gnome.org
|
2017-05-16 15:01:08 +02:00
|
|
|
# Packager: milisarge
|
2016-03-19 00:16:01 +01:00
|
|
|
# Depends on: desktop-file-utils gtk3 hicolor-icon-theme dconf itstool libarchive file json-glib libnotify unrar p7zip
|
|
|
|
|
|
|
|
name=file-roller
|
2017-05-16 15:01:08 +02:00
|
|
|
version=3.24.1
|
2016-03-19 00:16:01 +01:00
|
|
|
release=1
|
|
|
|
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version:0:4}/$name-$version.tar.xz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
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
|
2016-03-19 00:16:01 +01:00
|
|
|
}
|