mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
p7zip: add expander rules file
This commit is contained in:
@@ -5,7 +5,7 @@ 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="3"
|
||||
REVISION="4"
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PATCHES="p7zip-9.20.1.patch"
|
||||
@@ -38,4 +38,8 @@ INSTALL()
|
||||
{
|
||||
make install DEST_DIR="" DEST_HOME=$prefix DEST_SHARE_DOC=$docDir \
|
||||
DEST_MAN=$manDir
|
||||
|
||||
expanderRulesDir=$dataDir/expander/rules
|
||||
mkdir -p $expanderRulesDir
|
||||
cp "$portDir/sources/p7zip-expander-rules" "$expanderRulesDir/p7zip"
|
||||
}
|
||||
|
||||
1
app-arch/p7zip/sources/p7zip-expander-rules
Normal file
1
app-arch/p7zip/sources/p7zip-expander-rules
Normal file
@@ -0,0 +1 @@
|
||||
"application/x-7z-compressed" .7z "7za l %s" "7za x -y %s"
|
||||
Reference in New Issue
Block a user