diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:31:51 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:31:51 +0200 |
commit | 71bd32c953bf23f902c673a874c576b4932f1feb (patch) | |
tree | 4e2e559ebe0e58480e21183723cffa8416442714 /extra/libical/Pkgfile | |
parent | 90df71857108b4bbdefe8c86081da6c1270ca50a (diff) | |
download | nutyx-pakxe-71bd32c953bf23f902c673a874c576b4932f1feb.tar.gz nutyx-pakxe-71bd32c953bf23f902c673a874c576b4932f1feb.tar.bz2 nutyx-pakxe-71bd32c953bf23f902c673a874c576b4932f1feb.tar.xz nutyx-pakxe-71bd32c953bf23f902c673a874c576b4932f1feb.zip |
libical dans extra
Diffstat (limited to 'extra/libical/Pkgfile')
-rw-r--r-- | extra/libical/Pkgfile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/extra/libical/Pkgfile b/extra/libical/Pkgfile new file mode 100644 index 000000000..73fbf7aae --- /dev/null +++ b/extra/libical/Pkgfile @@ -0,0 +1,23 @@ +# 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 +} |