summaryrefslogtreecommitdiffstats
path: root/metacity/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'metacity/Pkgfile')
-rw-r--r--metacity/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/metacity/Pkgfile b/metacity/Pkgfile
new file mode 100644
index 0000000..bf333fb
--- /dev/null
+++ b/metacity/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Gestionnaire de fenĂȘtres utilisĂ© par gnome
+# URL: http://blogs.gnome.org/metacity/
+# Maintainer: NuTyX GNOME team
+# Packager: b at juglas dot name
+# Depends on: gconf,gtk,p5-xml-parser,zenity,libcanberra,startup-notification
+# Run on: gconf,gtk,p5-xml-parser,zenity,libcanberra,startup-notification
+
+name=metacity
+version=2.34.1
+release=1
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --libexecdir=/usr/lib/metacity \
+ --sysconfdir=/etc \
+ --with-gconf-schema-file-dir=/etc/gconf/schemas
+ make
+ make DESTDIR=$PKG install
+}