23dd7d008e
- There's no need to set build_style for custom-install (default). - gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
20 lines
600 B
Text
20 lines
600 B
Text
# 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"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=cc71a391f4da8176e5daeeac1ddf5137ba5e8d2263cb93a49f9e2a9976b90899
|
|
long_desc="
|
|
Network API translation layer to insulate X applications and
|
|
libraries from OS network vageries. This is from the modular
|
|
X.org X11 project."
|
|
|
|
noarch=yes
|
|
post_install()
|
|
{
|
|
mkdir -p ${DESTDIR}/usr/lib
|
|
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib
|
|
}
|