xfce4/libgee/Pkgfile
2019-07-14 02:42:30 +02:00

23 lines
415 B
Plaintext

# Description: Gobject collection library
# URL: https://wiki.gnome.org/Projects/Libgee
# Maintainer: jolupa, jlpavon at me dot com
# Depends on: gobject-introspection
name=libgee
version=0.20.1
release=1
source=(https://download.gnome.org/sources/$name/0.20/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/$name
make
make DESTDIR=$PKG install
}