void-packages/srcpkgs/unrar/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

27 lines
714 B
Text

# Template file for 'unrar'
pkgname=unrar
version=3.9.10
wrksrc=unrar
distfiles="http://www.rarlab.com/rar/unrarsrc-$version.tar.gz"
short_desc="Unarchiver for .rar files (non-free version)"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=3b4627d8f5700588bc594afee6911865f55201625299f414438a654da488207a
long_desc="
Unrar can extract files from .rar archives. If you want to create .rar
archives, install package rar."
Add_dependency run libgcc
Add_dependency run glibc
Add_dependency run libstdc++
do_build()
{
make ${makejobs} -f makefile.unix
}
do_install()
{
install -D -m755 ${wrksrc}/unrar ${DESTDIR}/usr/bin/unrar
install -D -m644 license.txt \
${DESTDIR}/usr/share/licenses/unrar/license.txt
}