File: Makefile

package info (click to toggle)
gimp-plugin-registry 9.20200928
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 52,524 kB
  • sloc: ansic: 27,119; lisp: 20,560; python: 14,721; cpp: 2,528; sh: 2,220; makefile: 635; xml: 21
file content (7 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
ifeq (1,$(strip $(shell if dpkg --compare-versions `dpkg -s libgimp2.0-dev | awk '/^Version/ {print $$2}'` lt 2.7~; then echo 1; fi)))
SCRIPT = layerfx.py
else
SCRIPT = layerfx.2.8.py
endif

include ../common-py.mk