Changeset - a4f6b7e9fd4f
[Not reviewed]
0 0 3
Chel Sea (chain) - 3 years ago 2021-04-23 00:02:41
chain@rpgfiction.net
add last-rited dev-libs/libbegemot to repository
3 files changed with 35 insertions and 0 deletions:
0 comments (0 inline, 0 general)
dev-libs/libbegemot/Manifest
Show inline comments
 
new file 100644
 
DIST libbegemot-1.11.tar.gz 266310 BLAKE2B c76b2b5e6fe6af0b55da779d6a98d52f1f519b717472338ce17bd2fd709bf397b3801782e1be89dbe2ba289ba9fe19c5527f544f1709770f019f2ad745ffbbd1 SHA512 ea5b0b548ad4240aa945ee9376e13a8ec5848bd9675f7fdc57c3daf1e79735e442c44a550430617a1048d5a0cef06adc9b48d45f42cca9f6049e3f3d0571e627
dev-libs/libbegemot/libbegemot-1.11.ebuild
Show inline comments
 
new file 100644
 
# Copyright 1999-2018 Gentoo Foundation
 
# Distributed under the terms of the GNU General Public License v2
 

	
 
EAPI=0
 

	
 
inherit libtool
 

	
 
DESCRIPTION="begemot utility function library"
 
HOMEPAGE="http://people.freebsd.org/~harti/"
 
SRC_URI="http://people.freebsd.org/~harti/${PN}/${P}.tar.gz"
 

	
 
LICENSE="BSD"
 
SLOT="0"
 
KEYWORDS="~amd64"
 
IUSE=""
 

	
 
DEPEND=""
 

	
 
src_compile() {
 
	elibtoolize
 
	econf || die "econf failed"
 
	emake -j1 || die "emake failed"
 
}
 

	
 
src_install() {
 
	emake DESTDIR="${D}" install || die "emake install failed"
 

	
 
	dodoc README
 
}
dev-libs/libbegemot/metadata.xml
Show inline comments
 
new file 100644
 
<?xml version="1.0" encoding="UTF-8"?>
 
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 
<pkgmetadata>
 
<!-- maintainer-needed -->
 
</pkgmetadata>
0 comments (0 inline, 0 general)