summaryrefslogtreecommitdiffstats
path: root/base/libical/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:31:51 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:31:51 +0200
commit71bd32c953bf23f902c673a874c576b4932f1feb (patch)
tree4e2e559ebe0e58480e21183723cffa8416442714 /base/libical/Pkgfile
parent90df71857108b4bbdefe8c86081da6c1270ca50a (diff)
downloadnutyx-extra-71bd32c953bf23f902c673a874c576b4932f1feb.tar.gz
nutyx-extra-71bd32c953bf23f902c673a874c576b4932f1feb.tar.bz2
nutyx-extra-71bd32c953bf23f902c673a874c576b4932f1feb.tar.xz
nutyx-extra-71bd32c953bf23f902c673a874c576b4932f1feb.zip
libical dans extra
Diffstat (limited to 'base/libical/Pkgfile')
-rw-r--r--base/libical/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/base/libical/Pkgfile b/base/libical/Pkgfile
deleted file mode 100644
index 73fbf7aae..000000000
--- a/base/libical/Pkgfile
+++ /dev/null
@@ -1,23 +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
-
-name=libical
-version=0.46
-release=1
-source=(http://downloads.sourceforge.net/project/freeassociation/$name/$name-$version/$name-$version.tar.gz)
-
-
-build() {
- cd $name-$version
- ./autogen.sh
- libtoolize --force
-
- ./configure --prefix=/usr \
- --enable-shared \
- --disable-static \
- --mandir=/usr/share/man
- make
- make DESTDIR=$PKG install
-}