mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
libsanta: actually provide developLibDir symlinks.
This commit is contained in:
@@ -6,7 +6,7 @@ This package only exists for applications that have not yet been migrated."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/SantasGiftBag"
|
||||
COPYRIGHT="1997-2000 Brian Tietz"
|
||||
LICENSE="libsanta"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/SantasGiftBag/archive/41e3b43058acb99959582187d31495cfbb8435f3.tar.gz"
|
||||
CHECKSUM_SHA256="1c5ff2b0b3e2e81bbd99b226313ebf74f29fc969046bf1cf1f929bbfcb9ca763"
|
||||
SOURCE_DIR="SantasGiftBag-41e3b43058acb99959582187d31495cfbb8435f3"
|
||||
@@ -48,13 +48,16 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $developDocDir/ $includeDir $libDir
|
||||
mkdir -p $developDocDir $includeDir $libDir $developLibDir
|
||||
|
||||
cp -R docs/* $developDocDir/
|
||||
|
||||
cp objects/libsanta.so $libDir/libsanta.so.3.0.1
|
||||
ln -s $libDir/libsanta.so.3.0.1 $libDir/libsanta.so.3
|
||||
ln -s $libDir/libsanta.so.3.0.1 $libDir/libsanta.so
|
||||
ln -sr $libDir/libsanta.so.3.0.1 $libDir/libsanta.so.3
|
||||
ln -sr $libDir/libsanta.so.3.0.1 $developLibDir/libsanta.so.3.0.1
|
||||
|
||||
ln -sr $developLibDir/libsanta.so.3.0.1 $developLibDir/libsanta.so.3
|
||||
ln -sr $developLibDir/libsanta.so.3 $developLibDir/libsanta.so
|
||||
|
||||
cp -R include/. $includeDir/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user