milis/talimatname/genel/f/fvwm/talimat

23 lines
829 B
Plaintext
Raw Normal View History

2017-03-23 14:44:12 +01:00
# Description: 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/
# Packager: milisarge@gmail.com
2017-09-27 04:35:36 +02:00
# Depends on: libxslt libstroke fribidi xorg-libxpm librsvg xorg-libxinerama xorg-libxcursor python-xdg
2016-03-30 17:09:11 +02:00
name=fvwm
2017-09-27 04:35:36 +02:00
version=2.6.7
2016-03-30 17:09:11 +02:00
release=1
2017-09-27 04:35:36 +02:00
source=(https://github.com/fvwmorg/fvwm/archive/$version.tar.gz::$name-$version.tar.bz2
fvwm.desktop)
2016-03-30 17:09:11 +02:00
build() {
cd $name-$version
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"
install -D -m644 COPYING "${PKG}/usr/share/licenses/${name}/COPYING"
rm -rf $PKG/usr/share/doc
2016-03-30 17:09:11 +02:00
}