summaryrefslogtreecommitdiffstats
path: root/libical/Pkgfile
blob: 7cb708aa36b97781868ef5def338c0884862a743 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.48
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
}