| 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:= ctorrent
|
|---|
| 10 | PKG_VERSION:= 1.3.4-dnh2
|
|---|
| 11 | PKG_RELEASE:= 2
|
|---|
| 12 | PKG_MD5SUM:= 6635e2d0d0ee21faeb85d95cd93c137b
|
|---|
| 13 | PKG_SOURCE_URL:= http://www.rahul.net/dholmes/ctorrent/
|
|---|
| 14 | WRKDIST= ${WRKDIR}/${PKG_NAME}-dnh2
|
|---|
| 15 |
|
|---|
| 16 | include ${TOPDIR}/mk/package.mk
|
|---|
| 17 |
|
|---|
| 18 | $(eval $(call PKG_template,CTORRENT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
|
|---|
| 19 |
|
|---|
| 20 | TCXXFLAGS+= -fno-builtin -fno-rtti -nostdinc++
|
|---|
| 21 | TLDFLAGS+= -lgcc_s -luClibc++ -lc -lm -nodefaultlibs
|
|---|
| 22 | CONFIGURE_STYLE= gnu
|
|---|
| 23 | BUILD_STYLE= auto
|
|---|
| 24 | INSTALL_STYLE= auto
|
|---|
| 25 |
|
|---|
| 26 | post-install:
|
|---|
| 27 | ${INSTALL_DIR} ${IDIR_CTORRENT}
|
|---|
| 28 | ${CP} ${WRKINST}/* ${IDIR_CTORRENT}/
|
|---|
| 29 |
|
|---|
| 30 | include ${TOPDIR}/mk/pkg-bottom.mk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.