|
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:
1001 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:= microperl
|
|---|
| 10 | PKG_VERSION:= 5.8.6
|
|---|
| 11 | PKG_RELEASE:= 1
|
|---|
| 12 | PKG_MD5SUM:= 8d4aa4e061fd5bc0c39e4f0a63267880
|
|---|
| 13 | PKG_SOURCE_URL:= ftp://ftp.cpan.org/pub/CPAN/src/5.0 \
|
|---|
| 14 | ftp://ftp.mpi-sb.mpg.de/pub/perl/CPAN/src/5.0 \
|
|---|
| 15 | ftp://ftp.gmd.de/mirrors/CPAN/src/5.0 \
|
|---|
| 16 | ftp://ftp.funet.fi/pub/languages/perl/CPAN/src/5.0
|
|---|
| 17 | PKG_SOURCE:= perl-${PKG_VERSION}.tar.gz
|
|---|
| 18 | WRKDIST= ${WRKDIR}/perl-${PKG_VERSION}
|
|---|
| 19 |
|
|---|
| 20 | include ${TOPDIR}/mk/package.mk
|
|---|
| 21 |
|
|---|
| 22 | $(eval $(call PKG_template,MICROPERL,microperl,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
|
|---|
| 23 |
|
|---|
| 24 | BUILD_STYLE:= auto
|
|---|
| 25 | MAKE_FLAGS+= CC="${TARGET_CC}" OPTIMIZE="${TCFLAGS}"
|
|---|
| 26 | MAKE_FILE:= Makefile.micro
|
|---|
| 27 |
|
|---|
| 28 | do-install:
|
|---|
| 29 | ${INSTALL_DIR} ${IDIR_MICROPERL}/usr/bin
|
|---|
| 30 | ${INSTALL_BIN} ${WRKBUILD}/microperl ${IDIR_MICROPERL}/usr/bin/
|
|---|
| 31 |
|
|---|
| 32 | include ${TOPDIR}/mk/pkg-bottom.mk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.