source: freewrt/package/libpthread/Makefile@ 621d5d2

freewrt_2_0
Last change on this file since 621d5d2 was 75a47d8, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago
  • fix some broken symlinks in pthread and bluez-libs package
  • add bluez-firmware package needed for my bcm2033 usb bluetooth dongle
  • activate bcm203x utility in bluez-utils
  • add bnep kernel module
  • load bluetooth kernel modules

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1132 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 893 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:= libpthread
10PKG_VERSION:= 0.9.28
11PKG_RELEASE:= 2
12
13DISTFILES:=
14
15include $(TOPDIR)/mk/package.mk
16
17$(eval $(call PKG_template,LIBPTHREAD,libpthread,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
18
19$(WRKBUILD)/.prepared:
20 $(INSTALL_DIR) $(WRKBUILD)
21 touch $@
22
23$(WRKBUILD)/.configured: $(WRKBUILD)/.prepared
24 touch $@
25
26$(WRKBUILD)/.built: $(WRKBUILD)/.configured
27 touch $@
28
29$(IPKG_LIBPTHREAD): $(WRKBUILD)/.built
30 $(INSTALL_DIR) $(IDIR_LIBPTHREAD)/lib
31 $(CP) $(STAGING_DIR)/lib/libpthread.so.* $(IDIR_LIBPTHREAD)/lib/
32 $(CP) $(STAGING_DIR)/lib/libpthread-*.so $(IDIR_LIBPTHREAD)/lib/
33 $(RSTRIP) $(IDIR_LIBPTHREAD)
34 $(IPKG_BUILD) $(IDIR_LIBPTHREAD) $(PACKAGE_DIR)
Note: See TracBrowser for help on using the repository browser.