mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
SimplyVorbis: fix install()
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user