Added unrar-3.9.10 build template.
This commit is contained in:
parent
f528a869d4
commit
aa47437394
2 changed files with 30 additions and 2 deletions
28
srcpkgs/unrar/template
Normal file
28
srcpkgs/unrar/template
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'unrar'
|
||||
pkgname=unrar
|
||||
version=3.9.10
|
||||
wrksrc=unrar
|
||||
distfiles="http://www.rarlab.com/rar/unrarsrc-$version.tar.gz"
|
||||
build_style=custom-install
|
||||
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
|
||||
}
|
|
@ -674,5 +674,5 @@ libxml++-2.6.so libxml++ libxml++-devel
|
|||
libftgl.so ftgl ftgl-devel
|
||||
libGLEW.so.1 glew glew-devel
|
||||
liblightspark.so.0 lightspark
|
||||
libman-2.5.8.so man-db
|
||||
libmandb-2.5.8.so man-db
|
||||
libman-2.5.9.so man-db
|
||||
libmandb-2.5.9.so man-db
|
||||
|
|
Loading…
Reference in a new issue