3 include $(TOPDIR
)/rules.mk
8 PKG_MD5SUM
:=4b893a92f914813450e0921b2894ad6c
10 PKG_SOURCE_URL
:=http
://www.psybnc.
info/download
/beta
/
11 PKG_SOURCE
:=psyBNC-
$(PKG_VERSION
).
tar.gz
14 PKG_BUILD_DIR
:=$(BUILD_DIR
)/$(PKG_NAME
)
16 include $(TOPDIR
)/package
/rules.mk
18 $(eval
$(call PKG_template
,PSYBNC
,psybnc
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(ARCH
)))
20 $(PKG_BUILD_DIR
)/.configured
:
23 $(PKG_BUILD_DIR
)/.built
:
24 $(MAKE
) -C
$(PKG_BUILD_DIR
) \
26 CFLAGS
="$(TARGET_CFLAGS)" \
32 install -d
-m0755
$(IDIR_PSYBNC
)/usr
/share
/psybnc
/lang
/
33 install -d
-m0755
$(IDIR_PSYBNC
)/usr
/share
/psybnc
/log
/
34 install -d
-m0755
$(IDIR_PSYBNC
)/usr
/sbin
/
35 install -m0755
$(PKG_BUILD_DIR
)/psybnc
$(IDIR_PSYBNC
)/usr
/share
/psybnc
/
36 install -m0600
$(PKG_BUILD_DIR
)/psybnc.conf
$(IDIR_PSYBNC
)/usr
/share
/psybnc
/
37 install -m0644
$(PKG_BUILD_DIR
)/lang
/english.lng
$(IDIR_PSYBNC
)/usr
/share
/psybnc
/lang
/
38 install -m0755
$(PKG_BUILD_DIR
)/psybnc.sh
$(IDIR_PSYBNC
)/usr
/sbin
/psybnc
39 $(RSTRIP
) $(IDIR_PSYBNC
)
40 $(IPKG_BUILD
) $(IDIR_PSYBNC
) $(PACKAGE_DIR
)
43 -$(MAKE
) -C
$(PKG_BUILD_DIR
) clean
44 rm -f
$(PKG_BUILD_DIR
)/.built