diff --git a/srcpkgs/libXxf86dga/libXxf86dga-devel.template b/srcpkgs/libXxf86dga/libXxf86dga-devel.template index 8dead3d1db..b4b63f3a60 100644 --- a/srcpkgs/libXxf86dga/libXxf86dga-devel.template +++ b/srcpkgs/libXxf86dga/libXxf86dga-devel.template @@ -5,11 +5,21 @@ long_desc="${long_desc} This package contains files for development, headers, static libs, etc." +revision=1 + +Add_dependency run pkg-config +Add_dependency run xproto +Add_dependency run xextproto +Add_dependency run xf86dgaproto +Add_dependency run libX11-devel +Add_dependency run libXext-devel +Add_dependency run glibc-devel Add_dependency run libXxf86dga do_install() { mkdir -p ${DESTDIR}/usr/lib + mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr/lib 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 diff --git a/srcpkgs/libXxf86dga/template b/srcpkgs/libXxf86dga/template index 56322e0b8f..eba2aec6ec 100644 --- a/srcpkgs/libXxf86dga/template +++ b/srcpkgs/libXxf86dga/template @@ -1,6 +1,7 @@ # Template build file for 'libXxf86dga'. pkgname=libXxf86dga version=1.1.1 +revision=1 distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" build_style=gnu_configure short_desc="Library for the XFree86-DGA X extension" @@ -14,10 +15,13 @@ long_desc=" This library is from the modular X.org project." subpackages="$pkgname-devel" +Add_dependency run libX11 +Add_dependency run libXext +Add_dependency run glibc Add_dependency build pkg-config Add_dependency build xproto Add_dependency build xextproto Add_dependency build xf86dgaproto -Add_dependency full glibc -Add_dependency full libX11 -Add_dependency full libXext +Add_dependency build libX11-devel +Add_dependency build libXext-devel +Add_dependency build glibc-devel