blob: 8f5c17f8bfb951d21dbcfa6d858eb55b9a2fa40b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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
}
|