milis/talimatname/genel/f/fvwm/talimat

23 lines
822 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
name=fvwm
version=2.6.7
release=1
source=(https://github.com/fvwmorg/fvwm/archive/$version.tar.gz::$name-$version.tar.bz2
fvwm.desktop)
derle() {
cd $name-$version
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/${name}/COPYING"
rm -rf $PKG/usr/share/doc
}