25 lines
754 B
Text
25 lines
754 B
Text
# Template build file for 'libXpm'.
|
|
pkgname=libXpm
|
|
version=3.5.10
|
|
homepage="${XORG_SITE}"
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
short_desc="X PixMap Library from modular Xorg X11"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="MIT"
|
|
checksum=a6db7e234750e7d60330017972e31d8e1f29f0a8c1391e4ac82f6102d919a735
|
|
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."
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build xproto
|
|
Add_dependency build libICE-devel
|
|
Add_dependency build libSM-devel
|
|
Add_dependency build libX11-devel
|
|
Add_dependency build libXext-devel
|
|
Add_dependency build libXt-devel
|