Browse Source

cups: added `lphelp` from mandriva

karasz/new-early
Alejandro Mery 15 years ago committed by Alejandro Mery
parent
commit
b38b125d7e
  1. 9
      printing/cups/cups.conf
  2. 1
      printing/cups/cups.desc

9
printing/cups/cups.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../cups/cups.conf
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2008 - 2009 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -37,3 +37,10 @@ var_append makeinstopt ' ' "BUILDROOT=$root"
hook_add postmake 5 cups_pm
lphelp_make() {
local src=$(match_source_file -p lphelp)
$CC -o lphelp -I. -L./cups "$src" -lcups
}
hook_add inmake 5 'lphelp_make'
hook_add postmake 5 "cp -a lphelp $root$bindir/"

1
printing/cups/cups.desc

@ -47,3 +47,4 @@
[P] X -?---5---9 122.900
[D] 30374302 cups-1.3.11-source.tar.gz http://ftp.easysw.com/pub/cups/1.3.11/
[D] 95889300 lphelp-1.4.c !http://cvs.mandriva.com/cgi-bin/viewvc.cgi/SPECS/cups/lphelp.c?revision=1.4

Loading…
Cancel
Save