summaryrefslogtreecommitdiffstats
path: root/libmal/Pkgfile
blob: c1d179805aafaf833c846c3666d8cb78061d2abb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Librairie permettant de synchroniser téléphone avec kdepim
# URL: http://jasonday.home.att.net
# Maintainer: NuTyX packager team
# Packager: lesibel at free dot fr
# Depends on: pilot-link
# Run on: pilot-link

name=libmal
version=0.44.1
release=1
source=(http://www.jlogday.com/code/${name}/${name}-${version}.tar.gz)



build() {
	cd $name-$version
        ./configure --prefix=/usr
	make
	make DESTDIR=$PKG install

}