diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-03-28 16:06:43 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-03-28 16:06:43 +0200 |
commit | 57466de85bb9066bef37abb112756249fc59aca8 (patch) | |
tree | 18be0bea1feb26c30c9bd47119d5ecbb6669454b /gnome/gnome-common | |
parent | 8e496b7e266eb32885c61fe451e2f57de54f8bf2 (diff) | |
download | nutyx-pakxe-57466de85bb9066bef37abb112756249fc59aca8.tar.gz nutyx-pakxe-57466de85bb9066bef37abb112756249fc59aca8.tar.bz2 nutyx-pakxe-57466de85bb9066bef37abb112756249fc59aca8.tar.xz nutyx-pakxe-57466de85bb9066bef37abb112756249fc59aca8.zip |
Ajout de gnome-common#2.28.0-1
Diffstat (limited to 'gnome/gnome-common')
-rw-r--r-- | gnome/gnome-common/.footprint | 12 | ||||
-rw-r--r-- | gnome/gnome-common/.md5sum | 1 | ||||
-rwxr-xr-x | gnome/gnome-common/Pkgfile | 17 |
3 files changed, 30 insertions, 0 deletions
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 +} |