summaryrefslogtreecommitdiffstats
path: root/fredjo-gnome-2.28-test/nautilus/Pkgfile
diff options
context:
space:
mode:
authorfredjo <frederic.joly@9online.fr>2009-11-04 10:50:08 +0100
committerfredjo <frederic.joly@9online.fr>2009-11-04 10:50:08 +0100
commitb0b6a530d3c7980ceb495337c2eab1fe117b2bab (patch)
treee5289123762e1282fceaf7f9607f3643886d2308 /fredjo-gnome-2.28-test/nautilus/Pkgfile
parent0e56dabce1cfb1efefc9c1bb4912781fbbd47322 (diff)
downloadnutyx-extra-b0b6a530d3c7980ceb495337c2eab1fe117b2bab.tar.gz
nutyx-extra-b0b6a530d3c7980ceb495337c2eab1fe117b2bab.tar.bz2
nutyx-extra-b0b6a530d3c7980ceb495337c2eab1fe117b2bab.tar.xz
nutyx-extra-b0b6a530d3c7980ceb495337c2eab1fe117b2bab.zip
Ajout du paquet nautilus#2.28.0
Diffstat (limited to 'fredjo-gnome-2.28-test/nautilus/Pkgfile')
-rwxr-xr-xfredjo-gnome-2.28-test/nautilus/Pkgfile22
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
+
+}