Fix build/run deps in some xorg lib pkgs.
--HG-- extra : convert_revision : e2cc40e6fa780e8060860a56c41a59fff77a5268
This commit is contained in:
parent
2ff54fadeb
commit
c397ef5864
7 changed files with 40 additions and 31 deletions
|
@ -1,15 +1,17 @@
|
|||
# Template build file for 'libXpm'.
|
||||
pkgname=libXpm
|
||||
version=3.5.7
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version.tar.bz2"
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="xpm.pc"
|
||||
short_desc="X PixMap Library from modular Xorg X11"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=6bd355cb5f011b271b177d86db7f9a4e9d885ed3
|
||||
checksum=64701ae67ce5b0797307b75d8255bec3a0d371d0c50715ea618f5a68bcc92baa
|
||||
long_desc="
|
||||
XPM (X PixMap) is a format for storing and retrieving X pixmaps
|
||||
to and from files.
|
||||
|
||||
This libXpm is from the modular Xorg X11."
|
||||
|
||||
shared_deps="libX11-1.1 libXau-1.0 libXdmcp-1.0"
|
||||
build_depends="pkg-config-0.23 gettext-0.17 xproto-7.0 gettext-0.17
|
||||
${shared_deps}"
|
||||
run_depends="glibc-2.8 ${shared_deps}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue