19 lines
555 B
Plaintext
19 lines
555 B
Plaintext
|
# Description: The GOffice package contains a library of GLib/GTK document centric objects and utilities.
|
||
|
# URL: http://freecode.com/projects/goffice
|
||
|
# Maintainer: Morten Welinder <terra at gnome dot org> https://git.gnome.org/browse/gnumeric/
|
||
|
# Packager: tnut at nutyx dot org
|
||
|
# 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
|
||
|
}
|