LoginKit: replace LoginKit-git with 0.1.
This commit is contained in:
parent
897d6735ab
commit
8f99637992
3 changed files with 15 additions and 30 deletions
|
@ -1 +0,0 @@
|
|||
LoginKit-git/
|
|
@ -1,29 +0,0 @@
|
|||
# Template file for 'LoginKit-git'
|
||||
pkgname=LoginKit-git
|
||||
version=20150113
|
||||
_githash="0db7389e44423150baa815647307e471f65d11bd"
|
||||
_gitshort="${_githash:0:7}"
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config glib-devel"
|
||||
makedepends="pam-devel libglib-devel"
|
||||
depends="ConsoleKit2"
|
||||
short_desc="Glue layer between ConsoleKit2 and logind's dbus interfaces"
|
||||
maintainer="Enno Boland <g@s01.de>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/dimkr/LoginKit"
|
||||
distfiles="https://github.com/dimkr/LoginKit/archive/${_githash}.tar.gz"
|
||||
checksum=a304f58c13f1ae1ed93f87da44ba17d498adfb01f6df54e5d724ee6722abbc8b
|
||||
wrksrc="LoginKit-$_githash"
|
||||
|
||||
LoginKit-devel-git_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
provides="LoginKit-git-devel-${version}_${revision}"
|
||||
replaces="LoginKit-git-devel>=0"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
15
srcpkgs/LoginKit/template
Normal file
15
srcpkgs/LoginKit/template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'LoginKit'
|
||||
pkgname=LoginKit
|
||||
version=0.1
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config glib-devel"
|
||||
makedepends="pam-devel libglib-devel"
|
||||
depends="ConsoleKit2"
|
||||
short_desc="Glue layer between ConsoleKit2 and logind's dbus interfaces"
|
||||
maintainer="Enno Boland <g@s01.de>"
|
||||
license="MIT"
|
||||
homepage="https://git.devuan.org/pkgs-utopia-substitution/loginkit"
|
||||
distfiles="https://git.devuan.org/pkgs-utopia-substitution/loginkit/repository/archive.tar.gz?ref=upstream%2F$version>$pkgname-$version.tar.gz"
|
||||
checksum=06dc2c299654abf2dc28225e541a28fb2713c6709daa7248acf5258e4afc15b6
|
||||
wrksrc=loginkit.git
|
Loading…
Reference in a new issue