milis/talimatname/genel/goffice/talimat

17 lines
522 B
Plaintext
Raw Normal View History

2017-03-24 12:28:45 +01:00
# 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
2016-02-24 01:27:23 +01:00
# URL: http://freecode.com/projects/goffice
2017-01-31 01:37:09 +01:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# 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
}