libXmu: converted to subpkgs, new deps style.
--HG-- extra : convert_revision : 1b05c4bd1595cabc7d6e87e4ed3d1bddcae243e3
This commit is contained in:
parent
24fe2b02ca
commit
31f527bcbc
4 changed files with 35 additions and 4 deletions
1
templates/libXmu-devel
Symbolic link
1
templates/libXmu-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libXmu
|
2
templates/libXmu/depends
Normal file
2
templates/libXmu/depends
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=1.0.4
|
||||||
|
api_depends=${abi_depends}
|
17
templates/libXmu/devel.template
Normal file
17
templates/libXmu/devel.template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'libXmu-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${short_desc} (development files)"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
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/lib*.so ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
|
}
|
|
@ -1,4 +1,6 @@
|
||||||
|
# Template build file for 'libXmu'.
|
||||||
pkgname=libXmu
|
pkgname=libXmu
|
||||||
|
sourcepkg=$pkgname
|
||||||
version=1.0.4
|
version=1.0.4
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
|
@ -15,7 +17,16 @@ long_desc="
|
||||||
|
|
||||||
This is from the modular X.org project."
|
This is from the modular X.org project."
|
||||||
|
|
||||||
shared_deps="libXt-1.0 libX11-1.1 libSM-1.0 libICE-1.0 libXext-1.0
|
subpackages="devel"
|
||||||
e2fsprogs-1.41"
|
Add_dependency build pkg-config
|
||||||
build_depends="pkg-config-0.23 xextproto-7.0 xtrans-1.2 ${shared_deps}"
|
Add_dependency build xproto
|
||||||
run_depends="glibc-2.8 ${shared_deps}"
|
Add_dependency build xextproto
|
||||||
|
Add_dependency build xtrans
|
||||||
|
Add_dependency build e2fsprogs
|
||||||
|
Add_dependency full glibc
|
||||||
|
Add_dependency full libX11
|
||||||
|
Add_dependency full libSM
|
||||||
|
Add_dependency full libICE
|
||||||
|
Add_dependency full libXext
|
||||||
|
Add_dependency full libXt
|
||||||
|
Add_dependency run e2fsprogs-libs
|
||||||
|
|
Loading…
Reference in a new issue