From 78a291b8051e1fe117143da784ffd412ac12b685 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 22 Apr 2010 13:54:48 +0200 Subject: [PATCH] libnl: move so symlink into main pkg. --HG-- extra : convert_revision : b8f6cfd3686430d31e65015d206d3317d995a599 --- srcpkgs/libnl/libnl-devel.template | 3 ++- srcpkgs/libnl/template | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libnl/libnl-devel.template b/srcpkgs/libnl/libnl-devel.template index c9428ff8954..e430fdb1cea 100644 --- a/srcpkgs/libnl/libnl-devel.template +++ b/srcpkgs/libnl/libnl-devel.template @@ -5,12 +5,13 @@ long_desc="${long_desc} This package contains files for development, headers, static libs, etc." +revision=1 + Add_dependency run libnl do_install() { mkdir -p ${DESTDIR}/usr/lib mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr - mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib } diff --git a/srcpkgs/libnl/template b/srcpkgs/libnl/template index 476c7a798a0..44f9d5f8fb0 100644 --- a/srcpkgs/libnl/template +++ b/srcpkgs/libnl/template @@ -1,6 +1,7 @@ # Template file for 'libnl' pkgname=libnl version=1.1 +revision=1 distfiles="ftp://ftp.archlinux.org/other/libnl/${pkgname}-${version}.tar.gz" build_style=gnu_configure short_desc="Library for applications dealing with netlink sockets" @@ -12,4 +13,4 @@ long_desc=" netlink family specific interfaces." subpackages="$pkgname-devel" -Add_dependency full glibc +Add_dependency run glibc