Alan@210: ############################################################################### Alan@210: # Alan@1339: # xcursor-themes: X.Org default X11 cursor themes Alan@1339: # Alan@1339: # Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved. Alan@210: # Alan@210: # Permission is hereby granted, free of charge, to any person obtaining a Alan@919: # copy of this software and associated documentation files (the "Software"), Alan@919: # to deal in the Software without restriction, including without limitation Alan@919: # the rights to use, copy, modify, merge, publish, distribute, sublicense, Alan@919: # and/or sell copies of the Software, and to permit persons to whom the Alan@919: # Software is furnished to do so, subject to the following conditions: Alan@919: # Alan@919: # The above copyright notice and this permission notice (including the next Alan@919: # paragraph) shall be included in all copies or substantial portions of the Alan@919: # Software. Alan@919: # Alan@919: # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR Alan@919: # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, Alan@919: # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL Alan@919: # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER Alan@919: # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING Alan@919: # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER Alan@919: # DEALINGS IN THE SOFTWARE. Alan@210: # Alan@210: Alan@210: # Package name used in tarballs Alan@210: MODULE_NAME=xcursor-themes Alan@210: Alan@1339: # Package metadata Alan@1339: MODULE_DESC = cursor themes from X.Org Alan@1339: Alan@210: # Version number (used in path names) Alan@1370: MODULE_VERSION=1.0.4 Alan@210: Alan@911: # Checksums for upstream tarball Alan@1370: TARBALL_MD5 = fdfb0ad9cfceed60e3bfe9f18765aa0d Alan@1370: TARBALL_SHA1 = fb22702607810607ab1b9cde1c9a033430c5f037 Alan@1370: TARBALL_SHA256= e3fd2c05b9df0d88a3d1192c02143295744685f4f9a03db116e206698331bb86 Alan@911: Alan@210: # Patches to apply to source after unpacking, in order Alan@210: SOURCE_PATCHES= Alan@210: Alan@493: # Additional environment variable options to GNU autoconf configure script Alan@493: MODULE_CONFIG_ENV= PATH="$(PROTODIR)$(X11_DIR)/bin:$(PATH)" Alan@210: Alan@493: # Additional environment variable options needed when building Alan@493: MODULE_BUILD_ENV = LD_LIBRARY_PATH="$(PROTODIR)$(X11_DIR)/lib" \ Alan@493: PATH="$(PROTODIR)$(X11_DIR)/bin:$(PATH)" Alan@210: Alan@970: # ARC cases that covered this module Alan@970: # LSARC/2007/491 libXcursor Alan@970: MODULE_ARC_CASES = LSARC/2007/491 Alan@970: Alan@210: ### Include common rulesets Alan@210: include ../Makefile.inc Alan@210: Alan@210: Alan@493: