aboutsummaryrefslogtreecommitdiffstats
path: root/mxml/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'mxml/Pkgfile')
-rwxr-xr-xmxml/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/mxml/Pkgfile b/mxml/Pkgfile
new file mode 100755
index 0000000..6119204
--- /dev/null
+++ b/mxml/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Bibliothèque XML légère.
+# URL: http://www.minixml.org/
+# Maintainer: piernov <piernov@piernov.org>
+# Packager: piernov <piernov@piernov.org>
+# Depends on:
+# Run on:
+
+name=mxml
+version=2.7
+release=1
+source=(http://ftp.easysw.com/pub/$name/$version/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --enable-shared \
+ --enable-threads
+ make
+ make DSTROOT=$PKG install
+}