19 lines
520 B
Text
19 lines
520 B
Text
# Template file for 'cabextract'
|
|
pkgname=cabextract
|
|
version=1.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Extract Microsoft Cabinet (.CAB) files"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-3"
|
|
homepage="http://www.cabextract.org.uk/"
|
|
distfiles="http://www.cabextract.org.uk/${pkgname}-${version}.tar.gz"
|
|
checksum=f7ba8ba2c2d71912846eaaa2bed9200a7722ef0addeec32db7471c350a48e41e
|
|
long_desc="
|
|
A program to extract Microsoft cabinet (.CAB) files."
|
|
|
|
cabextract_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|