xtrans: move pkgconfig files to /usr/lib/pkgconfig.
This commit is contained in:
parent
218482d3e9
commit
21f738b07e
|
@ -1,6 +1,7 @@
|
|||
# Template build file for 'xtrans'.
|
||||
pkgname=xtrans
|
||||
version=1.2.5
|
||||
revision=1
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Network API translation layer to insulate X"
|
||||
|
@ -12,3 +13,8 @@ long_desc="
|
|||
X.org X11 project."
|
||||
|
||||
noarch=yes
|
||||
post_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user