18 lines
429 B
Plaintext
18 lines
429 B
Plaintext
# Description: GNOME anahtarlık istemci kitaplığı
|
||
# URL: http://www.gnome.org/
|
||
# Packager: alihan-ozturk28@hotmail.com
|
||
# 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
|
||
}
|