Changeset 57da960 for debian/rules
- Timestamp:
- 2011-12-10T22:43:10Z (13 years ago)
- Branches:
- master
- Children:
- 8b39b1a
- Parents:
- 06b5893
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/rules
r06b5893 r57da960 11 11 BITLBEE_LIBPURPLE ?= 1 12 12 BITLBEE_OTR ?= plugin 13 BITLBEE_SKYPE ?= plugin 13 14 BITLBEE_CONFIGURE_FLAGS ?= 14 15 DEBUG ?= 0 … … 27 28 endif 28 29 30 ifneq ($(BITLBEE_SKYPE),plugin) 31 DH_OPTIONS += -Nbitlbee-plugin-skype -Nskyped 32 endif 33 29 34 build: build-stamp 30 35 build-stamp: … … 32 37 33 38 mkdir -p debian/build-native 34 ROOT=$$PWD; cd debian/build-native; $(BITLBEE_CONFIGURE_VERSION) $$ROOT/configure --debug=$(DEBUG) --prefix=/usr --etcdir=/etc/bitlbee --events=libevent --otr=$(BITLBEE_OTR) $(BITLBEE_CONFIGURE_FLAGS)39 ROOT=$$PWD; cd debian/build-native; $(BITLBEE_CONFIGURE_VERSION) $$ROOT/configure --debug=$(DEBUG) --prefix=/usr --etcdir=/etc/bitlbee --events=libevent --otr=$(BITLBEE_OTR) --skype=$(BITLBEE_SKYPE) $(BITLBEE_CONFIGURE_FLAGS) 35 40 $(MAKE) -C debian/build-native 36 41 … … 64 69 $(MAKE) -C debian/build-native install-etc install-doc DESTDIR=`pwd`/debian/bitlbee-common 65 70 $(MAKE) -C debian/build-native install-dev DESTDIR=`pwd`/debian/bitlbee-dev 66 $(MAKE) -C debian/build-native install-plugins DESTDIR=`pwd`/debian/bitlbee-plugin-otr 71 $(MAKE) -C debian/build-native install-plugin-otr DESTDIR=`pwd`/debian/bitlbee-plugin-otr 72 $(MAKE) -C debian/build-native install-plugin-skype DESTDIR=`pwd`/debian/skyped 73 74 mkdir -p debian/bitlbee-plugin-skype/usr 75 mv debian/skyped/usr/lib debian/bitlbee-plugin-skype/usr 67 76 68 77 ifeq ($(BITLBEE_LIBPURPLE),1)
Note: See TracChangeset
for help on using the changeset viewer.