milis/talimatname/genel/orage/talimat

25 lines
541 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: Xfce için, hatırlatıcılar ile basit bir takvim uygulaması.
# URL: https://www.xfce.org/projects
# Packager: milisarge
# Depends on: exo intltool xfce4-panel libnotify
name=orage
version=4.12.1
release=1
source=(http://archive.xfce.org/src/apps/${name}/${version%.*}/${name}-$version.tar.bz2)
build() {
cd ${name}-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--enable-libical \
--disable-debug
make
make DESTDIR=$PKG install
}