summaryrefslogtreecommitdiffstats
path: root/orage/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'orage/Pkgfile')
-rwxr-xr-xorage/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/orage/Pkgfile b/orage/Pkgfile
new file mode 100755
index 000000000..3a6df46e9
--- /dev/null
+++ b/orage/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Calendrier pour Xfce
+# URL: http://www.xfce.org/projects/orage/
+# Maintainer: NuTyX core team
+# Packager: tnut at nutyx dot com
+# Depends on: exo, intltool, xfce4-panel, libnotify
+# Run on: exo,intltool,xfce4-panel,libnotify
+
+name=orage
+version=4.8.2
+release=2
+source=(http://archive.xfce.org/src/apps/$name/4.8/$name-$version.tar.bz2 )
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/xfce4 \
+ --localstatedir=/var \
+ --disable-static
+ make
+ make DESTDIR=$PKG install
+}
+