libXmu: update to 1.1.1.
This commit is contained in:
parent
36fd8f6f7d
commit
efa45ee35d
2 changed files with 10 additions and 25 deletions
|
@ -1,27 +1,18 @@
|
|||
# Template file for 'libXmu-devel'.
|
||||
#
|
||||
short_desc="${short_desc} (development files)"
|
||||
short_desc="${short_desc} -- development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=2
|
||||
|
||||
Add_dependency run pkg-config
|
||||
Add_dependency run xproto
|
||||
Add_dependency run xextproto
|
||||
Add_dependency run xtrans
|
||||
Add_dependency run libX11-devel
|
||||
Add_dependency run libSM-devel
|
||||
Add_dependency run libICE-devel
|
||||
Add_dependency run libXext-devel
|
||||
Add_dependency run libXt-devel
|
||||
Add_dependency run libXmu
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
||||
|
|
|
@ -1,29 +1,23 @@
|
|||
# Template build file for 'libXmu'.
|
||||
pkgname=libXmu
|
||||
version=1.0.5
|
||||
revision=4
|
||||
version=1.1.1
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
short_desc="X Miscellaneous Utilities library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=0692b6b0ec1019cfaa8418020b1127bfb0975f5a579a0b1f9eb7fd8f2f7126d7
|
||||
license="MIT"
|
||||
checksum=709081c550cc3a866d7c760a3f97384a1fe16e27fc38fe8169b8db9f33aa7edd
|
||||
long_desc="
|
||||
This Xmu library contains miscellaneous utilities and is not part of the
|
||||
Xlib standard. It contains routines which only use public interfaces
|
||||
so that it may be layered on top of any proprietary implementation of
|
||||
Xlib or Xt.
|
||||
|
||||
This also includes the Mini Xmu library that does not use Xt and Xaw.
|
||||
|
||||
This is from the modular X.org project."
|
||||
This also includes the Mini Xmu library that does not use Xt and Xaw."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build xproto
|
||||
Add_dependency build xextproto
|
||||
Add_dependency build xtrans
|
||||
Add_dependency build libX11-devel
|
||||
Add_dependency build libSM-devel
|
||||
Add_dependency build libICE-devel
|
||||
Add_dependency build libXext-devel
|
||||
Add_dependency build libXt-devel
|
||||
|
|
Loading…
Reference in a new issue