milis/talimatname/genel/libpeas/talimat

18 lines
409 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: A GObject-tabanlı eklenti
# URL: http://ftp.gnome.org/pub/gnome/sources/libpeas
# Packager: Cihan Alkan
# Depends on: gtk3
name=libpeas
version=1.20.0
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/1.20/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
make
make DESTDIR=$PKG install
}