source: freewrt/package/libgdbm/Makefile@ 655dec8

Last change on this file since 655dec8 was b9492d5, checked in by Phil Sutter <n0-1@…>, 19 years ago

merged from branches/common-adk 1310:1685

the following packages are not converted yet:

  • alsa
  • asterisk
  • pmacct
  • zaptel
  • elinks
  • libgd
  • lua
  • mypackage
  • openser
  • php*
  • snort*
  • tmsnc

additionally, freeradius doesn't compile.

happy fixing :P

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1686 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 859 bytes
Line 
1# $FreeWRT$
2#-
3# This file is part of the FreeWRT project. FreeWRT is copyrighted
4# material, please see the LICENCE file in the top-level directory
5# or at http://www.freewrt.org/licence for details.
6
7include ${TOPDIR}/rules.mk
8
9PKG_NAME:= libgdbm
10PKG_VERSION:= 1.8.3
11PKG_RELEASE:= 1
12PKG_MD5SUM:= 1d1b1d5c0245b1c00aff92da751e9aa1
13
14PKG_SOURCE_URL:= @GNU/gdbm
15PKG_SOURCE:= gdbm-${PKG_VERSION}.tar.gz
16
17WRKDIST= ${WRKDIR}/gdbm-${PKG_VERSION}
18
19include ${TOPDIR}/mk/package.mk
20
21$(eval $(call PKG_template,LIBGDBM,libgdbm,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
22
23CONFIGURE_STYLE= gnu
24BUILD_STYLE= auto
25INSTALL_STYLE= auto
26XAKE_FLAGS+= BINOWN=`id -u` \
27 BINGRP=`id -g` \
28 INSTALL_ROOT="${WRKINST}"
29
30post-install:
31 ${INSTALL_DIR} ${IDIR_LIBGDBM}/usr/lib
32 ${CP} ${WRKINST}/usr/lib/libgdbm.so.* ${IDIR_LIBGDBM}/usr/lib/
33
34include ${TOPDIR}/mk/pkg-bottom.mk
Note: See TracBrowser for help on using the repository browser.