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 /base/libical/Pkgfile | |
parent | 90df71857108b4bbdefe8c86081da6c1270ca50a (diff) | |
download | nutyx-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/Pkgfile | 23 |
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 -} |