|
Revision 19643, 1.3 KB
(checked in by dmichelsen, 6 months ago)
|
|
WHOLE TREE: Remove default CATEGORIES
|
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | NAME = liblockfile |
|---|
| 2 | VERSION = 1.08 |
|---|
| 3 | GARTYPE = v2 |
|---|
| 4 | |
|---|
| 5 | DESCRIPTION = Liblockfile is a shared library with NFS-safe locking functions. |
|---|
| 6 | define BLURB |
|---|
| 7 | Liblockfile is a shared library with NFS-safe locking functions. It |
|---|
| 8 | includes the command line utility ``dotlockfile''. |
|---|
| 9 | endef |
|---|
| 10 | |
|---|
| 11 | MASTER_SITES = ftp://ftp.debian.org/debian/pool/main/libl/$(NAME)/ |
|---|
| 12 | DISTFILES = $(NAME)_$(VERSION).orig.tar.gz |
|---|
| 13 | |
|---|
| 14 | VENDOR_URL = http://www.t2-project.org/packages/liblockfile.html |
|---|
| 15 | |
|---|
| 16 | # File name regex to get notifications about upstream software releases |
|---|
| 17 | UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz |
|---|
| 18 | |
|---|
| 19 | # The copyright information is stored in the COPYRIGHT file |
|---|
| 20 | LICENSE = COPYRIGHT |
|---|
| 21 | |
|---|
| 22 | # Patches for Makefile.in |
|---|
| 23 | PATCHFILES = 0001-Modify-Makefile-to-use-ginstall-instead-of-install.patch 0002-Modify-Makefile.in-to-create-directories-first.patch 0003-Stop-ginstall-setting-ownership.patch 0004-Use-h-option-instead-of-soname-to-the-linker-for-pre.patch 0005-Don-t-try-and-use-ldconfig.patch |
|---|
| 24 | |
|---|
| 25 | # Need to specify the installation prefix as the configuration script |
|---|
| 26 | # doesn't handle different operating systems very well |
|---|
| 27 | CONFIGURE_ARGS = $(DIRPATHS) --prefix=opt/csw --enable-shared |
|---|
| 28 | |
|---|
| 29 | # liblockfile doesn't provide any tests so skip these |
|---|
| 30 | SKIPTEST=1 |
|---|
| 31 | |
|---|
| 32 | # We need to specify the ROOT path for this install |
|---|
| 33 | INSTALL_ARGS = ROOT=$(DESTDIR) |
|---|
| 34 | |
|---|
| 35 | include gar/category.mk |
|---|