From 4123e2e96d2eccd2598327952c486fd82a835a56 Mon Sep 17 00:00:00 2001 From: Steve Zesch Date: Thu, 23 Feb 2012 21:21:28 -0500 Subject: Preparing for 1.2 release --- distro/ubuntu/build | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100755 distro/ubuntu/build (limited to 'distro') diff --git a/distro/ubuntu/build b/distro/ubuntu/build deleted file mode 100755 index 2ad6fa2..0000000 --- a/distro/ubuntu/build +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/bash - -# fill it -pkgname=mate-polkit -pkgver=1.1.0 -pkgrel=1 -pkgdesc="PolicyKit integration for the MATE desktop" -#depends="polkit, gtk2" -# editar esta funcion! -build() { - cd $pkgsrc - # descomprimir - tar xvzf download - # entramos a la carpeta - cd ${pkgname} - - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --libexecdir=/usr/lib/polkit-mate \ - --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 -- cgit v1.2.1