diff options
author | Steve Zesch <[email protected]> | 2012-07-10 21:41:14 -0400 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-07-10 21:41:14 -0400 |
commit | 8a09da722e71f9f2c01518693ca3b057c4209ddb (patch) | |
tree | e886f4e3108f715ae93f86562d98b5f55d2b55d6 /distro/ubuntu/build | |
parent | 339b946d4712126f526a25be891308e37d207197 (diff) | |
download | mate-backgrounds-8a09da722e71f9f2c01518693ca3b057c4209ddb.tar.bz2 mate-backgrounds-8a09da722e71f9f2c01518693ca3b057c4209ddb.tar.xz |
Preparing for 1.4 release.mate-backgrounds-1.4.0
Diffstat (limited to 'distro/ubuntu/build')
-rwxr-xr-x | distro/ubuntu/build | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/distro/ubuntu/build b/distro/ubuntu/build deleted file mode 100755 index 996bfc4..0000000 --- a/distro/ubuntu/build +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/bash - -# fill it -pkgname=mate-backgrounds -pkgver=1.1.0 -pkgrel=1 -pkgdesc="Background images and data for MATE" - -# editar esta funcion! -build() { - cd $pkgsrc - # descomprimir - tar xvzf download - # entramos a la carpeta - cd ${pkgname} - - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var || 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 |