milis/talimatname/genel/g/gamin/talimat

27 lines
671 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: Dosya Değiştirme Monitörünün bir alt kümesi olarak tanımlanan dosya ve dizin izleme sistemi
# URL: http://www.gnome.org/~veillard/gamin
# Paketçi: milisarge
# Gerekler: glib python
# Grup: sistem
isim=gamin
surum=0.1.10
devir=1
kaynak=(http://www.gnome.org/~veillard/gamin/sources/$isim-$surum.tar.gz
remove_deprecated_G_CONST_RETURN.patch)
derle() {
cd $isim-$surum
patch -p0 < ../remove_deprecated_G_CONST_RETURN.patch
sed -i 's/G_CONST_RETURN/const/' server/gam_{node,subscription}.{c,h}
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--libexecdir=/usr/bin \
--disable-static
make
make DESTDIR=$PKG install
}