Added ebuild for dev-libs/sihnon-php-lib
This commit is contained in:
1
dev-libs/sihnon-php-lib/Manifest
Normal file
1
dev-libs/sihnon-php-lib/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
EBUILD sihnon-php-lib-0.1.ebuild 563 RMD160 2bde213d163dd87207c9e6aac197df4195574d9e SHA1 16fb160ef61abec786c67cd6f0a6292daf951e82 SHA256 c8734e3abe1d4b855a647071ce8bb777b7bf47acd34c921db967c61ffd1be495
|
||||
38
dev-libs/sihnon-php-lib/sihnon-php-lib-0.1.ebuild
Normal file
38
dev-libs/sihnon-php-lib/sihnon-php-lib-0.1.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=3
|
||||
|
||||
inherit eutils
|
||||
inherit git
|
||||
|
||||
DESCRIPTION="Sihnon PHP Framework"
|
||||
HOMEPAGE="http://wiki.sihnon.net/index.php/Sihnon-php-lib"
|
||||
|
||||
EGIT_REPO_URI="https://git.sihnon.net/public/sihnon-php-lib.git"
|
||||
EGIT_COMMIT="release-${PV}"
|
||||
|
||||
LICENSE="bsd"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
USE=""
|
||||
|
||||
RDEPEND=">=dev-lang/php-5.3"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_unpack() {
|
||||
|
||||
git_src_unpack
|
||||
git_branch
|
||||
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
insinto "/usr/lib/${PN}"
|
||||
|
||||
doins -r source
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user