summaryrefslogtreecommitdiffstats
path: root/xfce/orage/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xfce/orage/Pkgfile')
-rwxr-xr-xxfce/orage/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/xfce/orage/Pkgfile b/xfce/orage/Pkgfile
new file mode 100755
index 000000000..909853ac2
--- /dev/null
+++ b/xfce/orage/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Calendrier pour Xfce
+# URL: http://www.xfce.org/projects/orage/
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail.com
+# Depends on: exo, intltool, xfce4-panel
+
+name=orage
+version=4.6.1
+release=1
+source=(http://www.xfce.org/archive/xfce-$version/src/$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
+}
+