diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-10 23:29:06 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-10 23:29:06 +0200 |
commit | de13e278cdf42314ec46f8594585ce01ad250305 (patch) | |
tree | 66af54d392c655644602f06a6fe267e4c926eeac /extra | |
parent | e2a1ff16b188b26128950ac5c3b246835176296e (diff) | |
download | nutyx-pakxe-de13e278cdf42314ec46f8594585ce01ad250305.tar.gz nutyx-pakxe-de13e278cdf42314ec46f8594585ce01ad250305.tar.bz2 nutyx-pakxe-de13e278cdf42314ec46f8594585ce01ad250305.tar.xz nutyx-pakxe-de13e278cdf42314ec46f8594585ce01ad250305.zip |
Ajout de leafpad#0.8.16-1
Diffstat (limited to 'extra')
-rw-r--r-- | extra/leafpad/.footprint | 30 | ||||
-rw-r--r-- | extra/leafpad/.md5sum | 1 | ||||
-rw-r--r-- | extra/leafpad/Pkgfile | 17 |
3 files changed, 48 insertions, 0 deletions
diff --git a/extra/leafpad/.footprint b/extra/leafpad/.footprint new file mode 100644 index 000000000..b2691012a --- /dev/null +++ b/extra/leafpad/.footprint @@ -0,0 +1,30 @@ +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/icons/ +drwxr-xr-x root/root usr/share/icons/hicolor/ +drwxr-xr-x root/root usr/share/icons/hicolor/16x16/ +drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/leafpad.png +drwxr-xr-x root/root usr/share/icons/hicolor/22x22/ +drwxr-xr-x root/root usr/share/icons/hicolor/22x22/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/22x22/apps/leafpad.png +drwxr-xr-x root/root usr/share/icons/hicolor/24x24/ +drwxr-xr-x root/root usr/share/icons/hicolor/24x24/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/leafpad.png +drwxr-xr-x root/root usr/share/icons/hicolor/32x32/ +drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/leafpad.png +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/ +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/leafpad.svg +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/locale/fr/ +drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/leafpad.mo +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/extra/leafpad/.md5sum b/extra/leafpad/.md5sum new file mode 100644 index 000000000..27d7a8a3a --- /dev/null +++ b/extra/leafpad/.md5sum @@ -0,0 +1 @@ +65c17a9ed866b059856b5513f5eaae17 leafpad-0.8.16.tar.gz diff --git a/extra/leafpad/Pkgfile b/extra/leafpad/Pkgfile new file mode 100644 index 000000000..3543dcbe1 --- /dev/null +++ b/extra/leafpad/Pkgfile @@ -0,0 +1,17 @@ +# Description: Editeur de text 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 + +name=leafpad +version=0.8.16 +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 +} |