milis/talimatname/genel/goffice/talimat

17 lines
522 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.

# Description: GOffice, GLib ve Gtk + üzerine inşa edilmiş ve Gnumeric gibi yazılımlar tarafından kullanılan doküman odaklı nesnelerin ve araçların bir kütüphanesidir
# URL: http://freecode.com/projects/goffice
# Packager: milisarge
# Depends on: libgsf libglade pango pcre gtk3 librsvg
name=goffice
version=0.10.27
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}