New package: libtar-1.2.11
This commit is contained in:
parent
28238766fd
commit
19df3f7438
3 changed files with 37 additions and 0 deletions
2
srcpkgs/libtar/depends
Normal file
2
srcpkgs/libtar/depends
Normal file
|
@ -0,0 +1,2 @@
|
|||
abi_depends=">=1.2.11"
|
||||
api_depends="${abi_depends}"
|
15
srcpkgs/libtar/libtar-devel.template
Normal file
15
srcpkgs/libtar/libtar-devel.template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'libtar-devel'.
|
||||
#
|
||||
short_desc="${short_desc} (Development files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run zlib-devel
|
||||
Add_dependency run libtar
|
||||
|
||||
do_install()
|
||||
{
|
||||
vmove usr/include usr
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
}
|
20
srcpkgs/libtar/template
Normal file
20
srcpkgs/libtar/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'libtar'
|
||||
pkgname=libtar
|
||||
version=1.2.11
|
||||
build_style=gnu-configure
|
||||
homepage="http://www.feep.net/libtar/"
|
||||
distfiles="ftp://ftp.feep.net/pub/software/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
short_desc="tar file manipulation API"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="BSD"
|
||||
checksum=4a2eefb6b7088f41de57356e5059cbf1f917509b4a810f7c614625a378e87bb8
|
||||
long_desc="
|
||||
libtar is a C library for manipulating POSIX tar files. It handles adding and
|
||||
extracting files to/from a tar archive."
|
||||
|
||||
subpackages="${pkgname}-devel"
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run zlib
|
||||
|
||||
Add_dependency build zlib-devel
|
Loading…
Reference in a new issue