File: rules

package info (click to toggle)
gimp-gap 2.6.0%2Bdfsg-5
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 20,720 kB
  • ctags: 7,997
  • sloc: ansic: 119,817; sh: 3,890; makefile: 932; lisp: 97; pascal: 55
file content (21 lines) | stat: -rwxr-xr-x 578 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#! /usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk

DEB_CONFIGURE_BINDIR := "\$${prefix}/lib/gimp/2.0/plugins"
DEB_CONFIGURE_EXTRA_FLAGS := \
	--disable-audio-support \
	--disable-libxvidcore \
	--disable-libavformat \
	--disable-libmpeg3
DEB_INSTALL_DOCS_ALL := 
LDFLAGS := -lm $(LDFLAGS)

clean::
	cd $(DEB_BUILDDIR) && \
		rm -f intltool-extract intltool-merge intltool-update po/.intltool-merge-cache

common-binary-predeb-arch::
	rmdir debian/gimp-gap/usr/lib/gimp-gap-2.6