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
RevLine 
[c8b93bd]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.
[475ad56]6
7include $(TOPDIR)/rules.mk
8
[c8b93bd]9PKG_NAME:= libpthread
10PKG_VERSION:= 0.9.28
[75a47d8]11PKG_RELEASE:= 2
[475ad56]12
[65a5cdb]13DISTFILES:=
[c8b93bd]14
15include $(TOPDIR)/mk/package.mk
[475ad56]16
17$(eval $(call PKG_template,LIBPTHREAD,libpthread,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
18
[d419478]19$(WRKBUILD)/.prepared:
[c8b93bd]20 $(INSTALL_DIR) $(WRKBUILD)
[475ad56]21 touch $@
22
[d419478]23$(WRKBUILD)/.configured: $(WRKBUILD)/.prepared
[475ad56]24 touch $@
25
[d419478]26$(WRKBUILD)/.built: $(WRKBUILD)/.configured
[475ad56]27 touch $@
28
[d419478]29$(IPKG_LIBPTHREAD): $(WRKBUILD)/.built
[c8b93bd]30 $(INSTALL_DIR) $(IDIR_LIBPTHREAD)/lib
[75a47d8]31 $(CP) $(STAGING_DIR)/lib/libpthread.so.* $(IDIR_LIBPTHREAD)/lib/
32 $(CP) $(STAGING_DIR)/lib/libpthread-*.so $(IDIR_LIBPTHREAD)/lib/
[475ad56]33 $(RSTRIP) $(IDIR_LIBPTHREAD)
34 $(IPKG_BUILD) $(IDIR_LIBPTHREAD) $(PACKAGE_DIR)
Note: See TracBrowser for help on using the repository browser.