mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 01:27:02 +02:00
New package: libpst-0.6.72
This commit is contained in:
parent
5e35fc2ca3
commit
3de4101276
4 changed files with 38 additions and 0 deletions
|
@ -3331,3 +3331,4 @@ libvoikko.so.1 libvoikko-4.2_1
|
|||
libfstrcmp.so.0 libfstrcmp-0.7.D001_1
|
||||
libUMP.so.3 libump-git-20181122_2
|
||||
libdri2.so.1 libdri2-git-20140317_2
|
||||
libpst.so.4 libpst-0.6.72_1
|
||||
|
|
1
srcpkgs/libpst-devel
Symbolic link
1
srcpkgs/libpst-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libpst
|
1
srcpkgs/libpst-utils
Symbolic link
1
srcpkgs/libpst-utils
Symbolic link
|
@ -0,0 +1 @@
|
|||
libpst
|
35
srcpkgs/libpst/template
Normal file
35
srcpkgs/libpst/template
Normal file
|
@ -0,0 +1,35 @@
|
|||
# Template file for 'libpst'
|
||||
pkgname=libpst
|
||||
version=0.6.72
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-libpst-shared --disable-python"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="gd-devel libgsf-devel libmagick-devel"
|
||||
short_desc="Read and manipulate PST files"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.five-ten-sg.com/libpst/"
|
||||
distfiles="http://www.five-ten-sg.com/libpst/packages/libpst-${version}.tar.gz"
|
||||
checksum=8a19d891eb077091c507d98ed8e2d24b7f48b3e82743bcce2b00a12040f5d507
|
||||
|
||||
libpst-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/*.a"
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/include
|
||||
vmove usr/share/doc
|
||||
}
|
||||
}
|
||||
|
||||
libpst-utils_package() {
|
||||
short_desc+=" - utilities"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/bin
|
||||
vmove usr/share/man
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue