xtrans: move pkgconfig files to /usr/lib/pkgconfig.
This commit is contained in:
@@ -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
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user