mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
qrencode_kdl: also include the headers
This commit is contained in:
@@ -17,7 +17,7 @@ LICENSE="GNU LGPL v2.1"
|
||||
SRC_URI="http://fukuchi.org/works/qrencode/qrencode-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="499b2c86c218b16378e2496fefc858e4db4271c048336a29df9cc5754413d1d1"
|
||||
SOURCE_DIR="qrencode-$portVersion"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
PATCHES="qrencode-3.3.0.patchset"
|
||||
|
||||
@@ -43,7 +43,9 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $libDir
|
||||
mkdir -p $includeDir
|
||||
cp libqrencode_kdl.a $libDir/
|
||||
cp qrencode.h $includeDir/
|
||||
|
||||
prepareInstalledDevelLibs libqrencode_kdl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user