opensound: add a safe source

Since it is not an official one, also keep a link to the git repo.
This commit is contained in:
Adrien Destugues
2016-11-04 08:39:06 +01:00
committed by Adrien Destugues
parent 37ee878419
commit df6c0c03d1

View File

@@ -6,7 +6,12 @@ HOMEPAGE="http://developer.opensound.com/"
COPYRIGHT="1996-2008 Hannu Savolainen and Dev Mazumdar"
LICENSE="BSD (2-clause)"
REVISION="2"
SOURCE_URI="git://opensound.git.sourceforge.net/gitroot/opensound/opensound#f6048993e04bb50e8e98b7e4f4eadfae3e736fec"
COMMIT="f6048993e04bb50e8e98b7e4f4eadfae3e736fec"
SOURCE_URI="https://github.com/OldRepoPreservation/opensound/archive/$COMMIT.tar.gz
git://opensound.git.sourceforge.net/gitroot/opensound/opensound#$COMMIT"
CHECKSUM_SHA256="bd8000fecb37e63294614598777bedda693cbc419e4e56aef74385025245249c"
SOURCE_DIR="opensound-$COMMIT"
PATCHES="opensound-4.2_git.patchset"
ARCHITECTURES="x86_gcc2 ?x86"
@@ -55,4 +60,4 @@ INSTALL()
make build SYSTEM_DIR=system
copyattr -d -r prototype/system/* $prefix/
copyattr -d -r prototype/home/config/settings/* $settingsDir/
}
}