diff options
author | Stefano Karapetsas <[email protected]> | 2012-02-23 23:11:53 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-02-23 23:11:53 +0100 |
commit | d63ce8c839a80d2a6f5de9785ae50f494fa3de97 (patch) | |
tree | d9c9e0477d801787531777efd1be9a2a92b6afd0 /distro | |
parent | c8a25c592c70d4443485b2030f6ce3ff42252acc (diff) | |
download | mate-menus-d63ce8c839a80d2a6f5de9785ae50f494fa3de97.tar.bz2 mate-menus-d63ce8c839a80d2a6f5de9785ae50f494fa3de97.tar.xz |
update for 1.2 releasemate-menus-1.2.0
Diffstat (limited to 'distro')
-rwxr-xr-x | distro/ubuntu/build | 27 |
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 |