mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
lrzip: fix USER_SETTINGS_FILES.
* bump revision.
This commit is contained in:
@@ -8,7 +8,7 @@ or size, but not both."
|
||||
HOMEPAGE="http://lrzip.kolivas.org/"
|
||||
COPYRIGHT="2016 lrzip Authors"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://ck.kolivas.org/apps/lrzip/lrzip-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="0d11e268d0d72310d6d73a8ce6bb3d85e26de3f34d8a713055f3f25a77226455"
|
||||
PATCHES="lrzip-$portVersion.patchset"
|
||||
@@ -16,6 +16,10 @@ PATCHES="lrzip-$portVersion.patchset"
|
||||
ARCHITECTURES="!x86_gcc2 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
settings/lrzip.conf template $relativeDocDir/lrzip.conf.example
|
||||
"
|
||||
|
||||
libVersion="0.0.0"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
@@ -62,10 +66,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:pod2man
|
||||
"
|
||||
|
||||
USER_SETTING_FILES="
|
||||
settings/lrzip.conf template $relativeDocDir/lrzip.conf.example
|
||||
"
|
||||
|
||||
defineDebugInfoPackage lrzip$secondaryArchSuffix \
|
||||
"$prefix"/bin/lrzip \
|
||||
"$libDir"/liblrzip.so.$libVersion
|
||||
|
||||
Reference in New Issue
Block a user