2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: A stroke (mouse gesture) translation library
|
2017-09-27 04:35:36 +02:00
|
|
|
|
# URL: http://etla.net/libstroke/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: xorg-libx11
|
2017-09-27 04:35:36 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=libstroke
|
|
|
|
|
surum=0.5.1
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(http://www.etla.net/libstroke/libstroke-${surum}fvwm.tar.gz
|
2017-09-27 04:35:36 +02:00
|
|
|
|
libgstroke-Makefile.am.patch
|
|
|
|
|
libstroke-Makefile.am.patch
|
|
|
|
|
libstroke-0.5.1-m4_syntax.patch
|
|
|
|
|
libstroke-0.5.1-no_gtk1.patch)
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-09-27 04:35:36 +02:00
|
|
|
|
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
|
|
|
|
|
}
|