~ubuntu-branches/ubuntu/precise/vlc/precise-proposed

« back to all changes in this revision

Viewing changes to contrib/src/src/tiger/rules.mak

  • Committer: Package Import Robot
  • Author(s): Benjamin Drung
  • Date: 2012-03-24 01:33:03 UTC
  • mfrom: (1.1.46) (3.5.39 sid)
  • Revision ID: package-import@ubuntu.com-20120324013303-km51kpl9kixydb8g
Really add the preinst from Didier Raboud to vlc to drop it's doc directory
before unpacking a symlink to vlc-nox's over it. (Closes: #613121, #662217)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Tiger
2
 
 
3
 
TIGER_VERSION := 0.3.1
4
 
TIGER_URL := http://libtiger.googlecode.com/files/libtiger-$(TIGER_VERSION).tar.gz
5
 
 
6
 
ifeq ($(call need_pkg,"pangocairo >= 0.16"),)
7
 
# only available if the system has pangocairo
8
 
PKGS += tiger
9
 
endif
10
 
ifeq ($(call need_pkg,"tiger >= 0.3.1"),)
11
 
PKGS_FOUND += tiger
12
 
endif
13
 
 
14
 
$(TARBALLS)/libtiger-$(TIGER_VERSION).tar.gz:
15
 
        $(call download,$(TIGER_URL))
16
 
 
17
 
.sum-tiger: libtiger-$(TIGER_VERSION).tar.gz
18
 
 
19
 
libtiger: libtiger-$(TIGER_VERSION).tar.gz .sum-tiger
20
 
        $(UNPACK)
21
 
        $(MOVE)
22
 
 
23
 
DEPS_tiger = kate $(DEPS_kate)
24
 
 
25
 
.tiger: libtiger
26
 
        $(RECONF)
27
 
        cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-doc
28
 
        cd $< && $(MAKE) install
29
 
        touch $@