milis/talimatname/genel/w/wmfs2/talimat

27 lines
620 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: X için hafif ve son derece yapılandırılabilir döşeme penceresi yöneticisi
# URL: http://wmfs.info/
# Paketçi: milisarge
# Gerekler: xorg-libxft, xorg-libx11, imlib2,
name=wmfs2
version=git
release=1
source=()
build() {
if cd $DERLEME_KAYNAKDIZIN/wmfs ; then
git pull
else
git clone git://github.com/xorg62/wmfs.git $DERLEME_KAYNAKDIZIN/wmfs
fi
cp -r $DERLEME_KAYNAKDIZIN/wmfs $SRC/ && cd $SRC/wmfs
./configure --prefix /usr \
--xdg-config-dir /etc/xdg \
--man-prefix /usr/share/man \
--without-xinerama
make
make DESTDIR=$PKG install
}