milis/talimatname/genel/gnome-keyring/talimat
2017-03-24 10:40:23 +02:00

27 lines
616 B
Text
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: GNOME anahtarlık işlevleri
# URL: http://www.gnome.org/
# Packager: milisarge
# Depends on: libgcrypt libtasn1 gcr
name=gnome-keyring
version=3.20
release=1
source=(http://ftp.acc.umu.se/pub/GNOME/sources/$name/$version/$name-$version.0.tar.xz)
build(){
cd $name-$version.0
sed -i -e "s/USE_NLS=yes/USE_NLS=no/" \
-e "s/ENABLE_NLS 1/ENABLE_NLS 0/" configure
export CFLAGS="$CFLAGS -D_GNU_SOURCE"
./configure --prefix=/usr \
--mandir=/usr/man \
--sysconfdir=/etc \
--disable-gtk-doc \
--disable-nls
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
}