git-svn-id: http://svn.calculate.ru/overlay@532 c91db197-33c1-4113-bf15-f8a5c547ca64

atratsevskiy
mhiretskiy 16 years ago
parent 538bd33f3b
commit 6eabef42c0

@ -1,2 +1,4 @@
DIST keyexec-0.1.1.tar.bz2 6168 RMD160 2a1ed09044f1073e66929b66d48dd734e3602d3e SHA1 779110ed5b82bc45144e8515ffb9f7a91a675e64 SHA256 d33ee1c836d8cee7ed63376c9effb90f1759d806fcaa433be4425881fadb3d9e
EBUILD keyexec-0.1.1.ebuild 568 RMD160 c7c825821d27979ae116a286d6e497b352ce158b SHA1 4fbf237f65aba47690654a1502384418db3771b1 SHA256 01c3dab11f5970f382107315367990d65708367ba0dbea1c8cc714d7c9e12d99
DIST keyexec-0.1.2.tar.bz2 6210 RMD160 87e545b5f9273d5b875e26a52a47a04868ed159d SHA1 60417443703bbbee69af4c18fa6110175d8e1407 SHA256 ca6b587d659dc26624fa452789569ecd5f7635f344b345ac2d828eebcaa344b7
EBUILD keyexec-0.1.1.ebuild 609 RMD160 2cb4dcd7b841abd6fac4c112c848d6a3ead4fb94 SHA1 df1235763cbd1046daad26870b7a9f1d2e91f58d SHA256 786b8ce813e2c1b6569f61e58d8ee376d35afad0f7807f8368031a28d1e02386
EBUILD keyexec-0.1.2.ebuild 591 RMD160 8d0b9dfb6b7a96183f7b30bd36740262fe530ad8 SHA1 e63e4f20ec7b732bf214c2e6f9b14543674ce94c SHA256 6a959c5ab90c5fc08943a99a9faa41e39fcf87530487e73308a63460ec0ee9ac

@ -1,6 +1,8 @@
# Copyright 2007 Calculate Pack, http://www.calculate-linux.ru
# Distributed under the terms of the GNU General Public License v2
inherit qt3 kde-functions
DESCRIPTION="Starts other program using the password of the user kept in the kernel"
HOMEPAGE="http://www.calculate-linux.ru/keyexec"
SRC_URI="ftp://ftp.local.calculate.ru/pub/${PN}/${P}.tar.bz2"
@ -12,6 +14,8 @@ DEPEND=">=sys-apps/keyutils-1.1
>=sys-auth/pam_keystore-0.1"
#RDEPEND=""
need-kde 3.5
src_compile() {
make CFLAGS="-Wall ${CFLAGS}" || die
}

@ -0,0 +1,23 @@
# Copyright 2007 Calculate Pack, http://www.calculate-linux.ru
# Distributed under the terms of the GNU General Public License v2
DESCRIPTION="Starts other program using the password of the user kept in the kernel"
HOMEPAGE="http://www.calculate-linux.ru/keyexec"
SRC_URI="ftp://ftp.local.calculate.ru/pub/${PN}/${P}.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=sys-apps/keyutils-1.1
>=sys-auth/pam_keystore-0.1
kde-base/kdelibs:4.1"
#RDEPEND=""
src_compile() {
make CFLAGS="-Wall ${CFLAGS}" || die
}
src_install() {
emake install DESTDIR="${D}"
}
Loading…
Cancel
Save