aboutsummaryrefslogtreecommitdiffstats
path: root/community/lxpolkit/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lxpolkit/APKBUILD')
-rw-r--r--community/lxpolkit/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/community/lxpolkit/APKBUILD b/community/lxpolkit/APKBUILD
deleted file mode 100644
index 7365ebc44ef..00000000000
--- a/community/lxpolkit/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Contributor: Natanael Copa <ncopa@alpinelinux.org>
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=lxpolkit
-pkgver=0.1.0
-pkgrel=3
-pkgdesc="Simple PolicyKit authentication agent"
-url="https://lxde.org/"
-arch="all !mips !mips64 !s390x !riscv64" # limited by polkit
-license="GPL-2.0-or-later"
-makedepends="gtk+3.0-dev polkit-dev intltool"
-subpackages="$pkgname-lang"
-source="https://downloads.sourceforge.net/lxde/lxpolkit-$pkgver.tar.gz"
-
-build() {
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --localstatedir=/var \
- --enable-gtk3
- make
-}
-
-package() {
- make DESTDIR="$pkgdir" INSTALL="install -p" install
-}
-
-sha512sums="2e2c41edb1c4c6f43f646feefe651adcdfa101e52799af8aa4f70e3eccb21ba5b0e9d07102a792cef9d7bb16df1ef0f2d2c4cef3e126cf35a298f7a0d11a2ee5 lxpolkit-0.1.0.tar.gz"