New package: courier-unicode-1.4
This commit is contained in:
parent
a887abb399
commit
383064541b
3 changed files with 25 additions and 0 deletions
|
@ -2609,3 +2609,4 @@ libMonoSupportW.so mono-4.0.1.44_2
|
|||
libxcb-xrm.so.0 xcb-util-xrm-1.0_1
|
||||
libinchi.so.0 openbabel-2.3.2_1
|
||||
libopenbabel.so.4 openbabel-2.3.2_1
|
||||
libcourier-unicode.so.3 courier-unicode-1.4_1
|
||||
|
|
1
srcpkgs/courier-unicode-devel
Symbolic link
1
srcpkgs/courier-unicode-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
courier-unicode
|
23
srcpkgs/courier-unicode/template
Normal file
23
srcpkgs/courier-unicode/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'courier-unicode'
|
||||
pkgname=courier-unicode
|
||||
version=1.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="perl"
|
||||
short_desc="Courier Unicode Library"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://www.courier-mta.org/unicode/"
|
||||
distfiles="${SOURCEFORGE_SITE}/courier/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=2174f4cdd2cd3fe554d4cbbd9557abac0e54c0226084f368bcb2e66b0e78cf96
|
||||
|
||||
courier-unicode-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/share/man
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/*.a
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue