File: rules

package info (click to toggle)
libcommons-dbcp-java 1.2.1-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,424 kB
  • ctags: 1,855
  • sloc: java: 9,299; xml: 1,210; makefile: 12
file content (22 lines) | stat: -rwxr-xr-x 610 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f
# debian/rules for libcommons-dbcp-java

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

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

JAVA_HOME_DIRS       := /usr/lib/kaffe
ANT_HOME             := /usr/share/ant
DEB_JARS             := commons-collections commons-pool junit $(ANT_HOME)/lib/ant-launcher.jar
DEB_ANT_BUILD_TARGET := build

LIBRARY=commons-dbcp
VERSION=1.2.1

install/lib${LIBRARY}-java::
	install -m 644 dist/${LIBRARY}.jar debian/libcommons-dbcp-java/usr/share/java/${LIBRARY}-${VERSION}.jar

clean::
	-rm -fr doc/api