|
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 |
|
|---|
| 7 | include ${TOPDIR}/rules.mk
|
|---|
| 8 |
|
|---|
| 9 | PKG_NAME:= libgdbm
|
|---|
| 10 | PKG_VERSION:= 1.8.3
|
|---|
| 11 | PKG_RELEASE:= 1
|
|---|
| 12 | PKG_MD5SUM:= 1d1b1d5c0245b1c00aff92da751e9aa1
|
|---|
| 13 |
|
|---|
| 14 | PKG_SOURCE_URL:= @GNU/gdbm
|
|---|
| 15 | PKG_SOURCE:= gdbm-${PKG_VERSION}.tar.gz
|
|---|
| 16 |
|
|---|
| 17 | WRKDIST= ${WRKDIR}/gdbm-${PKG_VERSION}
|
|---|
| 18 |
|
|---|
| 19 | include ${TOPDIR}/mk/package.mk
|
|---|
| 20 |
|
|---|
| 21 | $(eval $(call PKG_template,LIBGDBM,libgdbm,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
|
|---|
| 22 |
|
|---|
| 23 | CONFIGURE_STYLE= gnu
|
|---|
| 24 | BUILD_STYLE= auto
|
|---|
| 25 | INSTALL_STYLE= auto
|
|---|
| 26 | XAKE_FLAGS+= BINOWN=`id -u` \
|
|---|
| 27 | BINGRP=`id -g` \
|
|---|
| 28 | INSTALL_ROOT="${WRKINST}"
|
|---|
| 29 |
|
|---|
| 30 | post-install:
|
|---|
| 31 | ${INSTALL_DIR} ${IDIR_LIBGDBM}/usr/lib
|
|---|
| 32 | ${CP} ${WRKINST}/usr/lib/libgdbm.so.* ${IDIR_LIBGDBM}/usr/lib/
|
|---|
| 33 |
|
|---|
| 34 | include ${TOPDIR}/mk/pkg-bottom.mk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.