summaryrefslogtreecommitdiff
path: root/psprint_config/Package_fontunxppds.mk
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-04-17 22:30:52 +0200
committerDavid Tardon <dtardon@redhat.com>2013-04-18 04:06:07 +0000
commite725872d49e8b176e2c9be4fde5d5f76256daf45 (patch)
tree8afc674b9eab4ef60a6c0488631f309127a773cd /psprint_config/Package_fontunxppds.mk
parent0b4315077a6827798e1d2bdae73298365ba9a018 (diff)
fdo#63197: convert psprint_config files
Change-Id: I99660704931c7341a72fe303fae47f984f968ecb Reviewed-on: https://gerrit.libreoffice.org/3443 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'psprint_config/Package_fontunxppds.mk')
-rw-r--r--psprint_config/Package_fontunxppds.mk37
1 files changed, 37 insertions, 0 deletions
diff --git a/psprint_config/Package_fontunxppds.mk b/psprint_config/Package_fontunxppds.mk
new file mode 100644
index 000000000000..65df35d6f968
--- /dev/null
+++ b/psprint_config/Package_fontunxppds.mk
@@ -0,0 +1,37 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2011 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org. If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+$(eval $(call gb_Package_Package,psprint_config_fontunxppds,$(SRCDIR)/psprint_config/configuration/ppds))
+
+$(eval $(call gb_Package_set_outdir,psprint_config_fontunxppds,$(INSTDIR)))
+
+$(eval $(call gb_Package_add_files,psprint_config_fontunxppds,share/psprint/driver,\
+ SGENPRT.PS \
+ SGENT42.PS \
+))
+
+# vim: set noet sw=4 ts=4: