Changeset 6c0fe9b for debian/rules
- Timestamp:
- 2011-12-20T09:57:35Z (13 years ago)
- Branches:
- master
- Children:
- 256164c
- Parents:
- 9ff0c25
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/rules
r9ff0c25 r6c0fe9b 8 8 # 9 9 10 # Include the bitlbee-libpurple variant and OTR plugin by default 10 # Include the bitlbee-libpurple variant and OTR plugin by default. 11 # Don't build skype by default since it depends on deleted/non-free 12 # packages. Need to at least get python-skype back into Debian. 11 13 BITLBEE_LIBPURPLE ?= 1 12 14 BITLBEE_OTR ?= plugin 13 BITLBEE_SKYPE ?= plugin15 BITLBEE_SKYPE ?= 0 14 16 BITLBEE_CONFIGURE_FLAGS ?= 15 17 DEBUG ?= 0 … … 72 74 $(MAKE) -C debian/build-native install-plugin-skype DESTDIR=`pwd`/debian/skyped 73 75 76 ifneq ($(BITLBEE_SKYPE),0) 74 77 mkdir -p debian/bitlbee-plugin-skype/usr 75 78 mv debian/skyped/usr/lib debian/bitlbee-plugin-skype/usr … … 77 80 mkdir -p debian/skyped/usr/share/man/man1 78 81 mv debian/bitlbee-common/usr/share/man/man1/skyped* debian/skyped/usr/share/man/man1 82 endif 79 83 80 84 ifeq ($(BITLBEE_LIBPURPLE),1)
Note: See TracChangeset
for help on using the changeset viewer.