milis/talimatname/genel/libgnome-keyring/talimat

18 lines
419 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: GNOME keyring client library
# URL: http://www.gnome.org/
2016-07-23 00:37:59 +02:00
# Packager: alihan-ozturk28@hotmail.com
2016-02-24 01:27:23 +01:00
# Depends on: python dbus glib intltool libgcrypt gobject-introspection vala
name=libgnome-keyring
version=3.12.0
release=1
source=( http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}