Add missing additional files for a couple of source packages.

This commit is contained in:
Oliver Tappe
2013-09-02 23:28:12 +02:00
parent f56f970eba
commit 4140f231ab
6 changed files with 15 additions and 6 deletions

View File

@@ -5,11 +5,13 @@ SRC_URI="http://downloads.sourceforge.net/project/p7zip/p7zip/9.20.1/p7zip_9.20.
CHECKSUM_MD5="bd6caaea567dc0d995c990c5cc883c89"
LICENSE="GNU LGPL v2.1"
COPYRIGHT="1999-2011 7-Zip Igor Pavlov."
REVISION="4"
REVISION="5"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PATCHES="p7zip-9.20.1.patch"
ADDITIONAL_FILES="p7zip-expander-rules"
PROVIDES="
p7zip = $portVersion
cmd:7za = $portVersion compat >= 9
@@ -41,5 +43,6 @@ INSTALL()
expanderRulesDir=$dataDir/expander/rules
mkdir -p $expanderRulesDir
cp "$portDir/sources/p7zip-expander-rules" "$expanderRulesDir/p7zip"
cp "$portDir/additional-files/p7zip-expander-rules" \
"$expanderRulesDir/p7zip"
}