opt/cabextract/Pkgfile

17 lines
370 B
Plaintext
Raw Normal View History

2007-04-03 12:49:18 +02:00
# Description: Microsoft Cabinet file decompressor
# URL: http://www.kyz.uklinux.net/cabextract.php
# Maintainer: Antti Nyk<79>nen, aon at iki dot fi
# Depends on:
name=cabextract
version=1.2
release=1
source=(http://www.kyz.uklinux.net/downloads/cabextract-$version.tar.gz)
build() {
cd cabextract-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}