From de13e278cdf42314ec46f8594585ce01ad250305 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Mon, 10 Aug 2009 23:29:06 +0200 Subject: Ajout de leafpad#0.8.16-1 --- extra/leafpad/.footprint | 30 ++++++++++++++++++++++++++++++ extra/leafpad/.md5sum | 1 + extra/leafpad/Pkgfile | 17 +++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 extra/leafpad/.footprint create mode 100644 extra/leafpad/.md5sum create mode 100644 extra/leafpad/Pkgfile 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 +} -- cgit v1.2.3-54-g00ecf