summaryrefslogtreecommitdiff
path: root/distro/ubuntu
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-02-23 23:11:53 +0100
committerStefano Karapetsas <[email protected]>2012-02-23 23:11:53 +0100
commitd63ce8c839a80d2a6f5de9785ae50f494fa3de97 (patch)
treed9c9e0477d801787531777efd1be9a2a92b6afd0 /distro/ubuntu
parentc8a25c592c70d4443485b2030f6ce3ff42252acc (diff)
downloadmate-menus-d63ce8c839a80d2a6f5de9785ae50f494fa3de97.tar.bz2
mate-menus-d63ce8c839a80d2a6f5de9785ae50f494fa3de97.tar.xz
update for 1.2 releasemate-menus-1.2.0
Diffstat (limited to 'distro/ubuntu')
-rwxr-xr-xdistro/ubuntu/build27
1 files changed, 0 insertions, 27 deletions
diff --git a/distro/ubuntu/build b/distro/ubuntu/build
deleted file mode 100755
index 53aac7e..0000000
--- a/distro/ubuntu/build
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/bash
-
-# fill it
-pkgname=mate-menus
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="MATE menu specifications"
-#depends="glib2, python2"
-# editar esta funcion!
-build() {
- cd $pkgsrc
- # descomprimir
- tar xvzf download
- # entramos a la carpeta
- cd ${pkgname}
-
- #patch -Np0 -i "$srcdir/menus.patch"
-
- ./configure \
- --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-static
- make
- make DESTDIR="${pkgdir}" install
-}
-
-# esto incluye la parte que se repite en la mayoria de los builds
-. /usr/share/mate-doc-utils/mate-debian.sh