From f179b399a720e38cac9a2538b00b1f66348111d2 Mon Sep 17 00:00:00 2001 From: sibel Date: Thu, 3 Mar 2011 17:44:07 +0100 Subject: xdg-utils déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/xdg-utils/Pkgfile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 base/xdg-utils/Pkgfile (limited to 'base/xdg-utils/Pkgfile') diff --git a/base/xdg-utils/Pkgfile b/base/xdg-utils/Pkgfile new file mode 100755 index 000000000..7d258aa68 --- /dev/null +++ b/base/xdg-utils/Pkgfile @@ -0,0 +1,23 @@ +# Description: outil en ligne de commande permettant l'integration de taches de bureaux varies +# URL: http://portland.freedesktop.org/wiki/ +# Maintainer: NuTyX core team +# Packager: fred.galusik at gmail dot com +# Depends on: +# Run on: + +name=xdg-utils +version=1.0.2 +release=2 +source=(http://portland.freedesktop.org/download/$name-$version.tgz\ + http://nutyx.meticul.eu/files/patchs/$name/$name-$version-midori-1.patch) + +build() { +cd $name-$version + patch -Np1 -i ../$name-$version-midori-1.patch + ./configure --prefix=/usr \ + --mandir=/usr/share/man + make + make DESTDIR=$PKG install +} + + -- cgit v1.2.3-70-g09d2