mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
cd, remove static libraries (#8328)
This commit is contained in:
@@ -8,13 +8,13 @@ surface, such as Image, Clipboard, Metafile, PS, and so on."
|
||||
HOMEPAGE="http://www.tecgraf.puc-rio.br/cd/"
|
||||
COPYRIGHT="1994-2019 Tecgraf, PUC-Rio."
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://sourceforge.net/projects/canvasdraw/files/$portVersion/Docs%20and%20Sources/cd-${portVersion}_Sources.zip" # They have a tar.gz but the permissions are broken inside it (will create unreadable files)
|
||||
CHECKSUM_SHA256="288fe4decd2100b2d5fad8ba4081837b492c2ce380e86dcfcd5a4c9ee1458e60"
|
||||
SOURCE_DIR="cd"
|
||||
PATCHES="cd-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="all ?x86"
|
||||
ARCHITECTURES="all"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -106,6 +106,7 @@ INSTALL()
|
||||
cp lib/Haiku11/Lua51/* $libDir
|
||||
rm -rf lib/Haiku11/Lua51
|
||||
cp -r lib/Haiku11/* $libDir
|
||||
rm -f $libDir/*.a
|
||||
|
||||
cp include/* $includeDir
|
||||
|
||||
|
||||
Reference in New Issue
Block a user