vp-build/templates/lzma-utils/template
Juan RP e0030bc0fe Split pkgs required by xbps-base-chroot, as it was made in Fedora.
- Added an additional shell func to add full (build/run), build
  or run time dependencies to packages. An optional third parameter
  can be used to specify other version than the one set in
  the depends file.
- Use a "depends" file in package directory to specify minimum
  required ABI/API version for a package, so that there's no need
  to set the version all the time in pkgs.
- Updated bash to 4.0.

--HG--
extra : convert_revision : 1aa0ce32d4bdc2cd371eac19ae7bcff2c986b6b3
2009-02-24 07:13:11 +01:00

21 lines
644 B
Plaintext

# Template file for 'lzma-utils'
pkgname=lzma-utils
sourcepkg=lzma-utils
version=4.32.7
wrksrc="lzma-$version"
distfiles="http://tukaani.org/lzma/lzma-$version.tar.gz"
build_style=gnu_configure
short_desc="LZMA compression and decompression utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=9f337a8c51e5ded198d1032f5087ba3fe438f2a54e9df419e513a151775b032c
long_desc="
LZMA Utils is a set of utilities for LZMA compression and decompression.
They aim to have an interface very similar to the well known gzip and
bzip2 utilities."
base_chroot=yes
subpackages="devel libs"
Add_dependency run glibc
Add_dependency run gcc-libstdc++