milis/talimatname/genel/f/fvwm/talimat

23 lines
812 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: Son derece güçlü ICCCM uyumlu çoklu sanal masaüstü pencere yöneticisi.
# URL: http://www.fvwm.org/
# Paketçi: milisarge@gmail.com
# Gerekler: libxslt libstroke fribidi xorg-libxpm librsvg xorg-libxinerama xorg-libxcursor python-xdg
isim=fvwm
surum=2.6.7
devir=1
kaynak=(https://github.com/fvwmorg/fvwm/archive/$surum.tar.gz::$isim-$surum.tar.bz2
fvwm.desktop)
derle() {
cd $isim-$surum
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
make
make DESTDIR="${PKG}" install
install -D -m644 ../fvwm.desktop "${PKG}/usr/share/xsessions/fvwm.desktop"
install -D -m644 COPYING "${PKG}/usr/share/licenses/${isim}/COPYING"
rm -rf $PKG/usr/share/doc
}