New package: libunwind-1.1.
This commit is contained in:
parent
a916a4a9aa
commit
2e62c1c5cb
2 changed files with 30 additions and 0 deletions
1
srcpkgs/libunwind-devel
Symbolic link
1
srcpkgs/libunwind-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libunwind
|
29
srcpkgs/libunwind/template
Normal file
29
srcpkgs/libunwind/template
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Template file for 'libunwind'.
|
||||
pkgname=libunwind
|
||||
version=1.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="liblzma-devel"
|
||||
short_desc="Portable and efficient C programming interface (API) to determine the call-chain of a program"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.nongnu.org/libunwind/"
|
||||
license="GPL-2"
|
||||
distfiles="http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=9dfe0fcae2a866de9d3942c66995e4b460230446887dbdab302d41a8aee8d09a
|
||||
|
||||
libunwind-devel_package() {
|
||||
depends="${sourcepkg}>=${version}"
|
||||
short_desc+=" -- development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove usr/share
|
||||
}
|
||||
}
|
||||
|
||||
libunwind_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue