diff options
Diffstat (limited to 'fredjo-gnome-2.28-test/nautilus/Pkgfile')
-rwxr-xr-x | fredjo-gnome-2.28-test/nautilus/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/fredjo-gnome-2.28-test/nautilus/Pkgfile b/fredjo-gnome-2.28-test/nautilus/Pkgfile new file mode 100755 index 000000000..d8f931568 --- /dev/null +++ b/fredjo-gnome-2.28-test/nautilus/Pkgfile @@ -0,0 +1,22 @@ +# Description: GNOME shell and file manager +# URL: http://www.gnome.org/projects/nautilus/ +# Maintainer: Matt Housh, jaeger at morpheus dot net +# Depends on: esound, librsvg, libexif, libunique, startup-notification, gnome-desktop +# Group: gnome/desktop + +name=nautilus +version=2.28.0 +release=1 +gnomever=2.28.0 +source=(http://download.gnome.org/desktop/${gnomever%.*}/$gnomever/sources/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=$GNOME_PREFIX \ + --sysconfdir=/etc + make + make DESTDIR=$PKG install + install -v -m755 -d $GNOME_PREFIX/share/doc/nautilus-2.26.3 + install -v -m644 docs/*.{txt,dia,pdf,sxw,faq,html} $GNOME_PREFIX/share/doc/nautilus-2.26.3 + +} |