From 57466de85bb9066bef37abb112756249fc59aca8 Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 28 Mar 2010 16:06:43 +0200 Subject: Ajout de gnome-common#2.28.0-1 --- gnome/gnome-common/.footprint | 12 ++++++++++++ gnome/gnome-common/.md5sum | 1 + gnome/gnome-common/Pkgfile | 17 +++++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 gnome/gnome-common/.footprint create mode 100644 gnome/gnome-common/.md5sum create mode 100755 gnome/gnome-common/Pkgfile (limited to 'gnome') diff --git a/gnome/gnome-common/.footprint b/gnome/gnome-common/.footprint new file mode 100644 index 000000000..0f2ad5158 --- /dev/null +++ b/gnome/gnome-common/.footprint @@ -0,0 +1,12 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/gnome-autogen.sh +-rwxr-xr-x root/root usr/bin/gnome-doc-common +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/aclocal/ +-rw-r--r-- root/root usr/share/aclocal/gnome-common.m4 +-rw-r--r-- root/root usr/share/aclocal/gnome-compiler-flags.m4 +drwxr-xr-x root/root usr/share/gnome-common/ +drwxr-xr-x root/root usr/share/gnome-common/data/ +-rw-r--r-- root/root usr/share/gnome-common/data/omf.make +-rw-r--r-- root/root usr/share/gnome-common/data/xmldocs.make diff --git a/gnome/gnome-common/.md5sum b/gnome/gnome-common/.md5sum new file mode 100644 index 000000000..1f8305bc7 --- /dev/null +++ b/gnome/gnome-common/.md5sum @@ -0,0 +1 @@ +30daabb0ca4898fea2647999e7813e8f gnome-common-2.28.0.tar.bz2 diff --git a/gnome/gnome-common/Pkgfile b/gnome/gnome-common/Pkgfile new file mode 100755 index 000000000..ae3a6ac32 --- /dev/null +++ b/gnome/gnome-common/Pkgfile @@ -0,0 +1,17 @@ +# Description: Macros pour le développement de gnome +# URL: http://www.gnome.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=gnome-common +version=2.28.0 +release=1 +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=$GNOME_PREFIX + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf