milis/talimatname/genel/libgsf/talimat

19 lines
465 B
Plaintext
Raw Normal View History

2017-03-30 14:47:49 +02:00
# Description: Yapısal dosya biçimleri için genişletilebilir bir giriş/çıkış özetleme katmanı sağlayın.
2016-02-24 01:27:23 +01:00
# URL: http://www.gnome.org/
2017-03-30 14:47:49 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: glib intltool libxml2 gobject-introspection
2017-03-30 14:47:49 +02:00
2016-02-24 01:27:23 +01:00
name=libgsf
version=1.14.35
release=1
source=( http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}