diff options
author | Jose V Beneyto <joberui@ei.upv.es> | 2008-01-04 13:01:14 +0100 |
---|---|---|
committer | Jose V Beneyto <joberui@ei.upv.es> | 2008-01-04 13:01:14 +0100 |
commit | b76972bee5d541e95dd02091ff7f4fc4019c07a9 (patch) | |
tree | 2704a165bbba65295ba64b6ac4518ae9d1e3e447 /leafpad | |
parent | d355d3f7f90ccdef3668ec08bde44092481bce1e (diff) | |
download | contrib-b76972bee5d541e95dd02091ff7f4fc4019c07a9.tar.gz contrib-b76972bee5d541e95dd02091ff7f4fc4019c07a9.tar.xz |
leafpad: New port.
Diffstat (limited to 'leafpad')
-rw-r--r-- | leafpad/.footprint | 9 | ||||
-rw-r--r-- | leafpad/.md5sum | 1 | ||||
-rw-r--r-- | leafpad/Pkgfile | 19 |
3 files changed, 29 insertions, 0 deletions
diff --git a/leafpad/.footprint b/leafpad/.footprint new file mode 100644 index 000000000..ea6b99127 --- /dev/null +++ b/leafpad/.footprint @@ -0,0 +1,9 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/leafpad +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/leafpad.desktop +drwxr-xr-x root/root usr/share/pixmaps/ +-rw-r--r-- root/root usr/share/pixmaps/leafpad.png +-rw-r--r-- root/root usr/share/pixmaps/leafpad.xpm diff --git a/leafpad/.md5sum b/leafpad/.md5sum new file mode 100644 index 000000000..7191a7571 --- /dev/null +++ b/leafpad/.md5sum @@ -0,0 +1 @@ +b946964501b984e975025d510cfa39e9 leafpad-0.8.13.tar.gz diff --git a/leafpad/Pkgfile b/leafpad/Pkgfile new file mode 100644 index 000000000..bc329de06 --- /dev/null +++ b/leafpad/Pkgfile @@ -0,0 +1,19 @@ +# Description: GTK+ based simple text editor. +# URL: http://tarot.freeshell.org/leafpad +# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net +# Packager: Victor Martinez, gandhul at ono dot com +# Depends on: gtk + +name=leafpad +version=0.8.13 +release=2 +source=(http://savannah.nongnu.org/download/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --enable-chooser + make + make DESTDIR=$PKG install + rm -dr {$PKG/usr/share/locale,$PKG/usr/share/icons} +} |