add Emby Theater
This commit is contained in:
29
dev-libs/libdatrie/libdatrie-9999.ebuild
Normal file
29
dev-libs/libdatrie/libdatrie-9999.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="6"
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="Double-Array Trie Library"
|
||||
HOMEPAGE="https://github.com/tlwg/libdatrie"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/tlwg/libdatrie.git"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
./autogen.sh || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf "${myeconfargs[@]}"
|
||||
}
|
||||
|
||||
src_test() {
|
||||
emake check test
|
||||
}
|
||||
Reference in New Issue
Block a user