libXaw: move so symlink into main pkg.
--HG-- extra : convert_revision : e2a21d221474ec9b66fc93dbe2670ef84e09ff7b
This commit is contained in:
parent
81d03cc463
commit
f3246ca95f
2 changed files with 2 additions and 3 deletions
|
@ -5,7 +5,7 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
revision=2
|
||||||
|
|
||||||
Add_dependency run pkg-config
|
Add_dependency run pkg-config
|
||||||
Add_dependency run xproto
|
Add_dependency run xproto
|
||||||
|
@ -24,7 +24,6 @@ do_install()
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
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
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
|
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'libXaw'.
|
# Template build file for 'libXaw'.
|
||||||
pkgname=libXaw
|
pkgname=libXaw
|
||||||
version=1.0.7
|
version=1.0.7
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="X Athena Widgets Library from modular Xorg X11"
|
short_desc="X Athena Widgets Library from modular Xorg X11"
|
||||||
|
|
Loading…
Reference in a new issue