diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-04 00:56:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-04 00:56:53 +0100 |
commit | e019d796188434af273c758b842f2681b1875636 (patch) | |
tree | 92851d305ac2e7aedf02dcd3afd200b83e48845a /package/gettext/Makefile | |
parent | 556a52e2dfd219c37f88e043ad62c370966865c5 (diff) |
fix dependencies and indentation
Diffstat (limited to 'package/gettext/Makefile')
-rw-r--r-- | package/gettext/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/gettext/Makefile b/package/gettext/Makefile index 248eea1ea..0a06b3f32 100644 --- a/package/gettext/Makefile +++ b/package/gettext/Makefile @@ -6,11 +6,11 @@ include ${TOPDIR}/rules.mk PKG_NAME= gettext PKG_VERSION= 0.16.1 PKG_RELEASE= 1 -PKG_BUILDDEP+= libiconv libpthread PKG_MD5SUM= 3d9ad24301c6d6b17ec30704a13fe127 PKG_DESCR:= internationalisation library PKG_SECTION:= libs PKG_DEPENDS:= libiconv libpthread +PKG_BUILDDEP+= libiconv libpthread PKG_URL:= http://www.gnu.org/software/gettext/ PKG_SITES:= ${MASTER_SITE_GNU:=gettext/} ifeq ($(ADK_STATIC),y) @@ -42,6 +42,6 @@ INSTALL_STYLE:= auto post-install: ${INSTALL_DIR} ${IDIR_GETTEXT}/usr/lib - ${CP} ${WRKINST}/usr/lib/*.so.* ${IDIR_GETTEXT}/usr/lib + ${CP} ${WRKINST}/usr/lib/*.so* ${IDIR_GETTEXT}/usr/lib include ${TOPDIR}/mk/pkg-bottom.mk |