mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-29 02:01:46 +02:00
added libndef a C++ library for NDEF specification
This commit is contained in:
parent
a99a03d94e
commit
0999500237
2 changed files with 24 additions and 0 deletions
2
dev-libs/libndef/Manifest
Normal file
2
dev-libs/libndef/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST libndef-1.1.3.zip 23626 RMD160 eae724fb701b6b140fabcc42f473096102c44654 SHA1 1492647b476f695f54fe8f36984b72e4a372d73f SHA256 f4a061b739f153cb030d309abd516343ebba096891e999a69ac2f9bfd3b6097b
|
||||
EBUILD libndef-1.1.3.ebuild 440 RMD160 5d1ae24edc82bb3f249c96f38771fe5b53b2ad14 SHA1 18ed11e4523b25563952820d4707c9d80455768f SHA256 0ba74331f4b475ecdfaba5c21ec8d59d0d8fdc6f5667dd6b6bb34450ef7760d7
|
||||
22
dev-libs/libndef/libndef-1.1.3.ebuild
Normal file
22
dev-libs/libndef/libndef-1.1.3.ebuild
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=3
|
||||
|
||||
inherit qt4-r2
|
||||
DESCRIPTION="a C++ library for NDEF specification"
|
||||
HOMEPAGE="https://code.google.com/p/libndef/"
|
||||
SRC_URI="https://libndef.googlecode.com/files/${P}.zip"
|
||||
|
||||
LICENSE="LGPL"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
eqmake4 "${S}"/libndef.pro PREFIX=/usr
|
||||
}
|
||||
Loading…
Reference in a new issue