milis/talimatname/genel/libpeas/talimat

18 lines
409 B
Plaintext
Raw Normal View History

2017-06-23 04:42:05 +02:00
# 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
}