freewrt_2_0
|
Last change
on this file since 18c227bd was c8b93bd, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago |
|
major package Makefile cleanup. remove mostly-clean, add licence header, always use RSTRIP varibale for stripping, rename some init scripts, indent
git-svn-id: svn://www.freewrt.org/trunk/freewrt@600 afb5a338-a214-0410-bd46-81f09a774fd1
|
-
Property mode
set to
100644
|
|
File size:
1005 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:= vnc-reflector
|
|---|
| 10 | PKG_VERSION:= 1.2.4
|
|---|
| 11 | PKG_RELEASE:= 1
|
|---|
| 12 | PKG_MD5SUM:= c3f88bc62f228b335c25c07f9744ab0c
|
|---|
| 13 |
|
|---|
| 14 | PKG_SOURCE_URL:= @SF/vnc-reflector
|
|---|
| 15 | PKG_SOURCE:= vnc_reflector-$(PKG_VERSION).tar.gz
|
|---|
| 16 |
|
|---|
| 17 | WRKSRC= ${WRKDIR}/vnc_reflector
|
|---|
| 18 |
|
|---|
| 19 | include $(TOPDIR)/mk/package.mk
|
|---|
| 20 |
|
|---|
| 21 | $(eval $(call PKG_template,VNC_REFLECTOR,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
|---|
| 22 |
|
|---|
| 23 | $(WRKBUILD)/.configured:
|
|---|
| 24 | touch $@
|
|---|
| 25 |
|
|---|
| 26 | $(WRKBUILD)/.built:
|
|---|
| 27 | $(MAKE) -C $(WRKBUILD) \
|
|---|
| 28 | CC=$(TARGET_CC) \
|
|---|
| 29 | OFLAGS="$(TARGET_CFLAGS)" \
|
|---|
| 30 | STAGING_DIR=$(STAGING_DIR) \
|
|---|
| 31 | default
|
|---|
| 32 | touch $@
|
|---|
| 33 |
|
|---|
| 34 | $(IPKG_VNC_REFLECTOR):
|
|---|
| 35 | install -d -m0755 $(IDIR_VNC_REFLECTOR)/usr/sbin
|
|---|
| 36 | install -m0755 $(WRKBUILD)/vncreflector $(IDIR_VNC_REFLECTOR)/usr/sbin/
|
|---|
| 37 | $(RSTRIP) $(IDIR_VNC_REFLECTOR)
|
|---|
| 38 | $(IPKG_BUILD) $(IDIR_VNC_REFLECTOR) $(PACKAGE_DIR)
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.