void-packages/srcpkgs/unrar/template

25 lines
615 B
Plaintext
Raw Normal View History

2010-11-18 14:10:56 +01:00
# Template file for 'unrar'
pkgname=unrar
2014-11-03 14:27:03 +01:00
version=5.2.2
2014-10-14 19:44:14 +02:00
revision=1
2010-11-18 14:10:56 +01:00
wrksrc=unrar
2014-10-14 19:44:14 +02:00
nonfree=yes
2011-11-21 11:52:21 +01:00
homepage="http://www.rarlab.com/rar"
2014-11-03 14:14:56 +01:00
update_pkgname=unrarsrc
update_site="http://www.rarlab.com/rar_add.htm"
2011-11-21 11:52:21 +01:00
distfiles="${homepage}/unrarsrc-${version}.tar.gz"
2010-11-18 14:10:56 +01:00
short_desc="Unarchiver for .rar files (non-free version)"
maintainer="Juan RP <xtraeme@gmail.com>"
2014-10-14 19:44:14 +02:00
license="freeware"
2014-11-03 14:27:03 +01:00
checksum=4c134a739467dd0a18bd8aaa48f32750335c842d8a27e11b955ccc33a73ac834
2010-11-18 14:10:56 +01:00
2011-11-21 11:52:21 +01:00
do_build() {
2014-10-14 19:44:14 +02:00
sed -i 's/^\(CXXFLAGS\)=\(.*\)/\1?=\2/' makefile
make CXX="$CXX" LD="$LD" STRIP="$STRIP" -f makefile
2010-11-18 14:10:56 +01:00
}
2011-11-21 11:52:21 +01:00
do_install() {
2014-10-14 19:44:14 +02:00
vbin unrar
vlicense license.txt
2010-11-18 14:10:56 +01:00
}