dvb-apps: rework

This commit is contained in:
awiouy 2016-12-30 17:23:10 +01:00 committed by cvh
parent 22e3025922
commit 9dee06374b

View File

@ -30,12 +30,3 @@ PKG_SECTION="tools"
PKG_SHORTDESC="Digitial Video Broadcasting (DVB) applications"
PKG_LONGDESC="Applications and utilities geared towards the initial setup, testing and operation of an DVB device supporting the DVB-S, DVB-C, DVB-T, and ATSC standards."
PKG_AUTORECONF="no"
make_target() {
make -C lib
make -C util
}
makeinstall_target() {
: # nop
}