File: rules

package info (click to toggle)
xcursor 1.1.3-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,508 kB
  • ctags: 261
  • sloc: sh: 8,327; ansic: 2,783; cpp: 54; makefile: 15
file content (17 lines) | stat: -rwxr-xr-x 496 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

# $Id: rules 50 2004-04-19 17:28:45Z branden $

# Import Common Debian Build System (CDBS).
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk

# RPATH is considered harmful by the Debian Project.
DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath

# In Xcursor 1.1.2:
#   XcursorImages structure added member *name.
#   XcursorImagesSetName() added.
#   XcursorLibraryPath() added.
#
DEB_DH_MAKESHLIBS_ARGS_ALL := -V "libxcursor1 (>> 1.1.2)"