source: freewrt/package/ctorrent/Makefile@ 7aabacd

Last change on this file since 7aabacd was 7aabacd, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

bump release

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

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