mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
games-util/catcodec: Bump to version 1.0.5
Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST catcodec-1.0.3-source.tar.bz2 18536 SHA256 b6a9fe31cf736b1432d84fd86ba7441159e3707c0387bb732eeb717f7d8aa9bb SHA512 406476ecc57b87355d0eca4672c8ccb067d80a0bde217a8332d1014dce983f62dd4f134d0736da806d21a375a9e053d61a79bb7ca9848f83ff2cd49fdf220360 WHIRLPOOL 3f1f8528c47f31929c68bebf6052e7a73d7a2942085ab02744e31e7560fc1b7a0498eeafabc8a01acb9edf6b7a2527af66410e2371b7e42d7a5b0313a555d3c2
|
||||
DIST catcodec-1.0.5-source.tar.xz 17952 SHA256 47ff4e6d663e19d529960c76f1e1bda5fe4cad97e2628381ec3a894ba260e0e1 SHA512 e6e17da17f2449ff5d3a18c34ba3125d475a481ef1dc73ba03dac32fc8523a8929d2cbdfda5f647a0226aa007a217fc90c85ec4cc46937f75e15a596277e0db5 WHIRLPOOL c08d1eba4ada09f5b896456accfc82830319d8985ab7640fc4347bde4bdd1be0806765e1488ddf6e9927a43c66e2d7699c12e3bcead0797ca3b6ab5b2e8fe569
|
||||
|
||||
29
games-util/catcodec/catcodec-1.0.5.ebuild
Normal file
29
games-util/catcodec/catcodec-1.0.5.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit eutils toolchain-funcs
|
||||
|
||||
DESCRIPTION="Decodes and encodes sample catalogues for OpenTTD"
|
||||
HOMEPAGE="http://www.openttd.org/en/download-catcodec"
|
||||
SRC_URI="http://binaries.openttd.org/extra/catcodec/${PV}/${P}-source.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
tc-export CXX
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake VERBOSE=1
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin catcodec
|
||||
dodoc changelog.txt docs/readme.txt
|
||||
doman docs/catcodec.1
|
||||
}
|
||||
Reference in New Issue
Block a user