mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-03-13 14:35:49 +01:00
initial import
This commit is contained in:
8
media-libs/libmusepack/Manifest
Normal file
8
media-libs/libmusepack/Manifest
Normal file
@@ -0,0 +1,8 @@
|
||||
DIST libmusepack-1.1.tar.bz2 293731 RMD160 54ef101484ff5ddb3324ad44157eb73d8a0c469b SHA1 39cb475bd6c5cb3172a86ea2cdc900553a863e1e SHA256 dc71d69a55d8f237367668d5ebad4d09734e3406fc96f5dd2ac692fc522af32d
|
||||
EBUILD libmusepack-1.1-r1.ebuild 641 RMD160 b680c43ed4d296c028c6d0dbadc63a6eb803b0d4 SHA1 0e6572058da77500076c14e5a869ce3a7ba62574 SHA256 bdaf1d5583f52156ea61cc5a508d12572f33e0133419394229b2abc2d4fc078b
|
||||
MD5 051d5b94842242437f1c1940cf1f7af5 libmusepack-1.1-r1.ebuild 641
|
||||
RMD160 b680c43ed4d296c028c6d0dbadc63a6eb803b0d4 libmusepack-1.1-r1.ebuild 641
|
||||
SHA256 bdaf1d5583f52156ea61cc5a508d12572f33e0133419394229b2abc2d4fc078b libmusepack-1.1-r1.ebuild 641
|
||||
MD5 558f0a9fc123af2b6406eb50c5e80ab4 files/digest-libmusepack-1.1-r1 250
|
||||
RMD160 0e1891e3b187b143a663b975c185c27985265c82 files/digest-libmusepack-1.1-r1 250
|
||||
SHA256 a49dbeda8856e6ff75c85035d9ae78243a467410f16f3c3f9a29503ea1e3f173 files/digest-libmusepack-1.1-r1 250
|
||||
3
media-libs/libmusepack/files/digest-libmusepack-1.1-r1
Normal file
3
media-libs/libmusepack/files/digest-libmusepack-1.1-r1
Normal file
@@ -0,0 +1,3 @@
|
||||
MD5 c06aa1da054ed79989cd71d5300ed7c5 libmusepack-1.1.tar.bz2 293731
|
||||
RMD160 54ef101484ff5ddb3324ad44157eb73d8a0c469b libmusepack-1.1.tar.bz2 293731
|
||||
SHA256 dc71d69a55d8f237367668d5ebad4d09734e3406fc96f5dd2ac692fc522af32d libmusepack-1.1.tar.bz2 293731
|
||||
29
media-libs/libmusepack/libmusepack-1.1-r1.ebuild
Normal file
29
media-libs/libmusepack/libmusepack-1.1-r1.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2006 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/libmusepack/libmusepack-1.1-r1.ebuild,v 1.5 2006/10/28 00:41:48 flameeyes Exp $
|
||||
|
||||
WANT_AUTOMAKE="latest"
|
||||
WANT_AUTOCONF="latest"
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Musepack decoder library"
|
||||
HOMEPAGE="http://www.musepack.net"
|
||||
SRC_URI="http://files.musepack.net/source/${P}.tar.bz2"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~ppc sparc x86"
|
||||
IUSE=""
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd "${S}"
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make DESTDIR="${D}" install || die "make install failed"
|
||||
dodoc README
|
||||
}
|
||||
Reference in New Issue
Block a user