summaryrefslogtreecommitdiffstats
path: root/extra/libical/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libical/Pkgfile')
-rw-r--r--extra/libical/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/extra/libical/Pkgfile b/extra/libical/Pkgfile
deleted file mode 100644
index 8f5c17f8b..000000000
--- a/extra/libical/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: Librairie pour le calendrier de kde 4.2
-# URL: http://sourceforge.net/projects/freeassociation/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-
-name=libical
-version=0.44
-release=1
-source=(http://downloads.sourceforge.net/project/freeassociation/libical/libical-0.44/libical-0.44.tar.gz)
-
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --mandir=/usr/share/man
- make
- make DESTDIR=$PKG install
-}