milis/talimatname/genel/f/fvwm/talimat

23 lines
812 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Son derece güçlü ICCCM uyumlu çoklu sanal masaüstü pencere yöneticisi.
2016-03-30 17:09:11 +02:00
# URL: http://www.fvwm.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge@gmail.com
# Gerekler: libxslt libstroke fribidi xorg-libxpm librsvg xorg-libxinerama xorg-libxcursor python-xdg
2016-03-30 17:09:11 +02:00
2017-10-28 14:10:23 +02:00
isim=fvwm
surum=2.6.7
devir=1
kaynak=(https://github.com/fvwmorg/fvwm/archive/$surum.tar.gz::$isim-$surum.tar.bz2
2017-09-27 04:35:36 +02:00
fvwm.desktop)
2016-03-30 17:09:11 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-09-27 04:35:36 +02:00
sed -e 's|ln -sf|ln -sfr|g' -i default-config/Makefile.am
autoreconf -vi
PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --with-stroke-library
2016-03-30 17:09:11 +02:00
make
2017-09-27 04:35:36 +02:00
make DESTDIR="${PKG}" install
install -D -m644 ../fvwm.desktop "${PKG}/usr/share/xsessions/fvwm.desktop"
2017-10-28 14:10:23 +02:00
install -D -m644 COPYING "${PKG}/usr/share/licenses/${isim}/COPYING"
2017-09-27 04:35:36 +02:00
rm -rf $PKG/usr/share/doc
2016-03-30 17:09:11 +02:00
}