milis/talimatname/genel/gamin/talimat

26 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.

# Description: 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
# Packager: milisarge
# Depends on: glib python
name=gamin
version=0.1.10
release=1
source=(http://www.gnome.org/~veillard/gamin/sources/$name-$version.tar.gz
remove_deprecated_G_CONST_RETURN.patch)
build() {
cd $name-$version
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
}