libXdamage: move so symlink into main pkg.
--HG-- extra : convert_revision : 7be975e09ec2604b305f1cf091d8799e839891df
This commit is contained in:
parent
ed4d00c6d1
commit
497b38c7ce
|
@ -5,7 +5,7 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
revision=2
|
||||
|
||||
Add_dependency run pkg-config
|
||||
Add_dependency run xproto
|
||||
|
@ -19,6 +19,5 @@ 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,6 +1,7 @@
|
|||
# Template build file for 'libXdamage'.
|
||||
pkgname=libXdamage
|
||||
version=1.1.2
|
||||
revision=1
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Xdamage extension (Library)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user