summaryrefslogtreecommitdiff
path: root/pcr/gksu/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/gksu/PKGBUILD')
-rw-r--r--pcr/gksu/PKGBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/pcr/gksu/PKGBUILD b/pcr/gksu/PKGBUILD
deleted file mode 100644
index e047bc7f7..000000000
--- a/pcr/gksu/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Maintainer: bill-auger <bill-auger@programmer.net>
-# Contributor: Jan de Groot <jgc@archlinux.org>
-# Contributor: Eduardo Lopes (eduol@gmx.net)
-
-
-pkgname=gksu
-pkgver=2.0.2
-pkgrel=6.parabola2
-pkgdesc="A graphical frontend for su"
-arch=('x86_64' 'i686')
-url="http://www.nongnu.org/gksu/index.html"
-license=('GPL')
-depends=('libgksu>=2.0.12' 'xorg-xauth')
-makedepends=('gtk-doc' 'intltool')
-source=(https://people.debian.org/~kov/gksu/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('a1de3dca039d88c195fcdc9516379439a1d699750417f1e655aa2101a955ee5a')
-
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-static \
- --disable-nautilus-extension
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
- rm -rf "${pkgdir}/usr/share/applications/"
-}