diff options
author | Stefano Karapetsas <[email protected]> | 2012-02-08 20:19:40 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-02-08 20:19:40 +0100 |
commit | 68f8bbb9b937a7b2b2df50539d354353449691ae (patch) | |
tree | 67141726057a43d3ddd4cc36fc0db18ed00a2a18 /distro/ubuntu/build | |
parent | 759a18f0a2685fe85099a28edca3cfba57f772ce (diff) | |
download | mate-common-68f8bbb9b937a7b2b2df50539d354353449691ae.tar.bz2 mate-common-68f8bbb9b937a7b2b2df50539d354353449691ae.tar.xz |
removed distro/ubuntu folder (we have debian-packages repo now)mate-common-1.2.1
Diffstat (limited to 'distro/ubuntu/build')
-rwxr-xr-x | distro/ubuntu/build | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/distro/ubuntu/build b/distro/ubuntu/build deleted file mode 100755 index 6c32135..0000000 --- a/distro/ubuntu/build +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash - -# fill it -pkgname=mate-common -pkgver=1.2.0 -pkgrel=1 -pkgdesc="Common development macros for MATE" - -# editar esta funcion! -build() { - cd $pkgsrc - # descomprimir - tar xvzf download - # entramos a la carpeta - cd ${pkgname} - - ./configure --prefix=/usr || return 1 - make || return 1 - make DESTDIR="${pkgdir}" install || return 1 -} - -# esto incluye la parte que se repite en la mayoria de los builds -. /usr/share/mate-doc-utils/mate-debian.sh |