add Emby Theater
This commit is contained in:
26
dev-libs/libdatrie/libdatrie-0.2.13.ebuild
Normal file
26
dev-libs/libdatrie/libdatrie-0.2.13.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="6"
|
||||
|
||||
DESCRIPTION="Double-Array Trie Library"
|
||||
HOMEPAGE="https://github.com/tlwg/libdatrie"
|
||||
SRC_URI="https://linux.thai.net/pub/thailinux/software/libthai/libdatrie-${PV}.tar.xz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
#src_prepare() {
|
||||
# default
|
||||
#
|
||||
# ./autogen.sh || die
|
||||
#}
|
||||
|
||||
src_configure() {
|
||||
econf "${myeconfargs[@]}"
|
||||
}
|
||||
|
||||
src_test() {
|
||||
emake check test
|
||||
}
|
||||
Reference in New Issue
Block a user