summaryrefslogtreecommitdiffstats
path: root/libmal/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libmal/Pkgfile')
-rwxr-xr-xlibmal/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/libmal/Pkgfile b/libmal/Pkgfile
new file mode 100755
index 000000000..c1d179805
--- /dev/null
+++ b/libmal/Pkgfile
@@ -0,0 +1,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
+
+}