mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-22 22:52:20 +01:00
23 lines
415 B
Plaintext
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
|
|
|
|
}
|