SimplyVorbis: fix install()

This commit is contained in:
Sergei Reznikov
2015-01-02 09:58:28 +03:00
parent 92cdd55786
commit b8a721d51b

View File

@@ -10,11 +10,11 @@ ArmyKnife (which does have its uses). Pop in a CD, select the songs you want, an
hit 'Go'. Period. It can even make playlists for you if you like. Your music isn't \
limited by copy protection (DRM) either, so you can have all the flexibility of Fair Use."
HOMEPAGE="https://github.com/HaikuArchives/SimplyVorbis"
SRC_URI="git+https://github.com/HaikuArchives/SimplyVorbis.git#63290af1f2cda8e5e31393780ee96a16132b4dba"
SRC_URI="git+https://github.com/HaikuArchives/SimplyVorbis.git#ecd4b2dd31f3ec578f16c9a1c3a95e281958a248"
CHECKSUM_SHA256=""
LICENSE="SimplyVorbis"
COPYRIGHT="2007 Darkwyrm"
REVISION="1"
REVISION="2"
ARCHITECTURES="x86_gcc2"
@@ -44,10 +44,13 @@ BUILD_PREREQUIRES="
BUILD()
{
make
make $jobArgs OBJ_DIR=objects
}
INSTALL()
{
make install
}
mkdir -p $appsDir
cp objects/SimplyVorbis $appsDir
addAppDeskbarSymlink $appsDir/SimplyVorbis
}