mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/ktsuss: new aport
lightweight alternative to gksu for use with spacefm Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
This commit is contained in:
parent
0eecc344f0
commit
ce947a6ee1
43
testing/ktsuss/APKBUILD
Normal file
43
testing/ktsuss/APKBUILD
Normal file
@ -0,0 +1,43 @@
|
||||
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
|
||||
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
|
||||
pkgname=ktsuss
|
||||
pkgver=2.1
|
||||
pkgrel=0
|
||||
pkgdesc="Graphical version of su written in C and GTK+ (gksu alternative)"
|
||||
url="https://github.com/nomius/ktsuss"
|
||||
arch="all"
|
||||
license="BSD"
|
||||
depends=""
|
||||
depends_dev=""
|
||||
makedepends="$depends_dev gtk+2.0-dev bash libtool m4 autoconf automake"
|
||||
install=""
|
||||
subpackages="$pkgname-doc"
|
||||
source="saveas-https://github.com/nomius/$pkgname/archive/$pkgver.tar.gz/${pkgname}-${pkgver}.tar.gz"
|
||||
|
||||
_builddir="$srcdir"/$pkgname-$pkgver
|
||||
prepare() {
|
||||
local i
|
||||
cd "$_builddir"
|
||||
for i in $source; do
|
||||
case $i in
|
||||
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
|
||||
esac
|
||||
done
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
install -D -m644 COPYING "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
|
||||
}
|
||||
|
||||
md5sums="812ef25c189af1998b66a5403a12fff9 ktsuss-2.1.tar.gz"
|
||||
sha256sums="f65f5083e61abc12f5b546ef43efdc8ef55cd8c7fbee27cedc0f42ff329b34ac ktsuss-2.1.tar.gz"
|
||||
sha512sums="980c184947ebac91f936cad9cd74050e42e57da39f13cca3b9ec0ec44a16265243a1e6f570a2027435234084c1e15ce28b3dc6389d7831237c762b1aafb99507 ktsuss-2.1.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user