2017-04-06 13:30:37 +02:00
|
|
|
|
# Description: Xfce için, hatırlatıcılar ile basit bir takvim uygulaması.
|
|
|
|
|
# URL: https://www.xfce.org/projects
|
|
|
|
|
# Packager: milisarge
|
2016-03-02 16:12:51 +01:00
|
|
|
|
# Depends on: exo intltool xfce4-panel libnotify
|
|
|
|
|
|
|
|
|
|
name=orage
|
|
|
|
|
version=4.12.1
|
|
|
|
|
release=1
|
|
|
|
|
|
2017-05-08 00:22:10 +02:00
|
|
|
|
source=(http://archive.xfce.org/src/apps/${name}/${version%.*}/${name}-$version.tar.bz2)
|
2016-03-02 16:12:51 +01:00
|
|
|
|
|
|
|
|
|
build() {
|
2017-05-08 00:22:10 +02:00
|
|
|
|
cd ${name}-$version
|
2016-03-02 16:12:51 +01:00
|
|
|
|
./configure \
|
|
|
|
|
--prefix=/usr \
|
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
|
--libexecdir=/usr/lib \
|
|
|
|
|
--localstatedir=/var \
|
|
|
|
|
--enable-libical \
|
|
|
|
|
--disable-debug
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|
|
|
|
|
|