summaryrefslogtreecommitdiffstats
path: root/leafpad/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'leafpad/Pkgfile')
-rw-r--r--leafpad/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/leafpad/Pkgfile b/leafpad/Pkgfile
new file mode 100644
index 000000000..1aa86c799
--- /dev/null
+++ b/leafpad/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Editeur de texte trés léger. Adapté pour mini OS.
+# URL: http://tarot.freeshell.org/leafpad/
+# Maintainer: NuTyX core team
+# Packager: geantbrun at gmail dot com
+# Depends on: gtk, xorg-libxcursor, xorg-libxdamage, xorg-libxrandr, xorg-libxinerama
+# Run on: gtk
+
+name=leafpad
+version=0.8.18
+release=1
+source=(http://mirror.lihnidos.org/GNU/savannah/leafpad/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+