milis/talimatname/genel/orage/talimat

26 lines
556 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
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
}