xtrans: move pkgconfig files to /usr/lib/pkgconfig.
This commit is contained in:
parent
218482d3e9
commit
21f738b07e
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template build file for 'xtrans'.
|
# Template build file for 'xtrans'.
|
||||||
pkgname=xtrans
|
pkgname=xtrans
|
||||||
version=1.2.5
|
version=1.2.5
|
||||||
|
revision=1
|
||||||
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="Network API translation layer to insulate X"
|
short_desc="Network API translation layer to insulate X"
|
||||||
|
@ -12,3 +13,8 @@ long_desc="
|
||||||
X.org X11 project."
|
X.org X11 project."
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
post_install()
|
||||||
|
{
|
||||||
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
|
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue