milis/talimatname/genel/exo/talimat

20 lines
464 B
Plaintext
Raw Normal View History

2016-04-03 17:09:19 +02:00
# Description: Exo destek kutuphnanesi xfce4 masası için
2016-03-02 16:12:51 +01:00
# URL: http://www.os-cillation.de/
# Packager: tyrry at nutyx dot org, tnut at nutyx dot org
2016-04-03 17:09:19 +02:00
# Depends on: perl-uri xfce4-libui xfce4-libutil
2016-03-02 16:12:51 +01:00
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
2016-04-03 17:09:19 +02:00
rm -r $PKG/usr/share/gtk-doc
2016-03-02 16:12:51 +01:00
}