aboutsummaryrefslogtreecommitdiffstats
path: root/packages/unrar/unrar-native_3.4.3.bb
blob: 4b87691e89dd194b1248ca2af636186a791649b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require unrar.inc
inherit native

do_stage() {
    install unrar ${STAGING_BINDIR}
}

do_package() {
    :
}

do_install() {
    :
}