New package: libXfont2-2.0.1.
This commit is contained in:
parent
65a66d67c8
commit
1653b3bc9c
|
@ -2802,3 +2802,4 @@ libassimp.so.3 libassimp-3.3.1_1
|
|||
libdouble-conversion.so.1 double-conversion-2.0.1_1
|
||||
libspectrum.so.8 libspectrum-1.2.2_1
|
||||
libbearssl.so.0 bearssl-0.3_1
|
||||
libXfont2.so.2 libXfont2-2.0.1_1
|
||||
|
|
1
srcpkgs/libXfont2-devel
Symbolic link
1
srcpkgs/libXfont2-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libXfont2
|
28
srcpkgs/libXfont2/template
Normal file
28
srcpkgs/libXfont2/template
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'libXfont2'
|
||||
pkgname=libXfont2
|
||||
version=2.0.1
|
||||
revision=1
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="xproto xtrans fontcacheproto fontsproto freetype-devel libfontenc-devel"
|
||||
build_style=gnu-configure
|
||||
short_desc="X font 2 Library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://xorg.freedesktop.org/"
|
||||
license="MIT"
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
checksum=e9fbbb475ddd171b3a6a54b989cbade1f6f874fc35d505ebc5be426bc6e4db7e
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
libXfont2-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user