milis/talimatname/genel/l/libstroke/talimat

26 lines
732 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: A stroke (mouse gesture) translation library
# URL: http://etla.net/libstroke/
# Paketçi: milisarge
# Gerekler: xorg-libx11
name=libstroke
version=0.5.1
release=1
source=(http://www.etla.net/libstroke/libstroke-${version}fvwm.tar.gz
libgstroke-Makefile.am.patch
libstroke-Makefile.am.patch
libstroke-0.5.1-m4_syntax.patch
libstroke-0.5.1-no_gtk1.patch)
derle() {
cd ${pkgname}-${pkgver}
patch -p1 -i "${srcdir}/libgstroke-Makefile.am.patch"
patch -p1 -i "${srcdir}/libstroke-Makefile.am.patch"
patch -p1 -i "${srcdir}/libstroke-0.5.1-m4_syntax.patch"
patch -p1 -i "${srcdir}/libstroke-0.5.1-no_gtk1.patch"
autoreconf --force --install
./configure --prefix=/usr
make
make DESTDIR="${pkgdir}" install
}