mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-19 11:12:41 +00:00
15 lines
293 B
Plaintext
Executable File
15 lines
293 B
Plaintext
Executable File
# description : gnumeric
|
|
# depends : itstool goffice
|
|
|
|
name=gnumeric
|
|
version=1.12.56
|
|
release=1
|
|
source="https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz"
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr
|
|
make
|
|
make PREFIX=$PKG/usr DESTDIR=$PKG install
|
|
}
|