milis/talimatname/genel/g/gnome-keyring/talimat

28 lines
599 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.

# Tanım: GNOME anahtarlık işlevleri
# URL: http://www.gnome.org/
# Paketçi: milisarge
# Gerekler: libgcrypt libtasn1 gcr
isim=gnome-keyring
surum=3.20
devir=1
kaynak=(http://ftp.acc.umu.se/pub/GNOME/sources/$isim/$surum/$isim-$surum.0.tar.xz)
derle(){
cd $isim-$surum.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
}