summaryrefslogtreecommitdiff
path: root/distro
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-02-23 21:21:28 -0500
committerSteve Zesch <[email protected]>2012-02-23 21:21:28 -0500
commit4123e2e96d2eccd2598327952c486fd82a835a56 (patch)
tree174356f8d5d25ecef597353e710e341c4d0af8a3 /distro
parente0bd0522713ef64e5506e6c14299cea079d716d2 (diff)
downloadmate-polkit-4123e2e96d2eccd2598327952c486fd82a835a56.tar.bz2
mate-polkit-4123e2e96d2eccd2598327952c486fd82a835a56.tar.xz
Preparing for 1.2 release
Diffstat (limited to 'distro')
-rwxr-xr-xdistro/ubuntu/build25
1 files changed, 0 insertions, 25 deletions
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