mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
commit
1f950bfe65
@ -27,15 +27,8 @@ PKG_DEPENDS_TARGET="toolchain Python2"
|
||||
PKG_SECTION="tools"
|
||||
PKG_SHORTDESC="Versatile resource statistics tool"
|
||||
PKG_LONGDESC="Versatile resource statistics tool"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
post_unpack() {
|
||||
rm $PKG_BUILD/Makefile
|
||||
}
|
||||
|
||||
make_target() {
|
||||
: # nothing to do
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
: # nothing to do
|
||||
}
|
||||
|
@ -28,6 +28,7 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="tools"
|
||||
PKG_SHORTDESC="unrar: Extract, test and view RAR archives"
|
||||
PKG_LONGDESC="Unrar is a package to handle files compressed in the RAR format. Due to strange licensing issues this package can only view, test and extract files in a given archive, but not pack files. But since we have far more advanced open-source compression utils it should be enough to extract the content when you get a RAR archive."
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
make_target() {
|
||||
make CXX="$CXX" \
|
||||
@ -37,7 +38,3 @@ make_target() {
|
||||
STRIP="$STRIP" \
|
||||
-f makefile
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
: # nop
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user