milis/talimatname/genel/exo/talimat

20 lines
464 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.

# Description: Exo destek kutuphnanesi xfce4 masası için
# URL: http://www.os-cillation.de/
# Packager: tyrry at nutyx dot org, tnut at nutyx dot org
# Depends on: perl-uri xfce4-libui xfce4-libutil
name=exo
version=0.10.7
release=1
source=(http://archive.xfce.org/src/xfce/$name/${version%.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
}