summaryrefslogtreecommitdiff
path: root/padmin/Package_padmin.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-23 23:19:18 +0200
committerMichael Stahl <mstahl@redhat.com>2013-04-23 23:40:56 +0200
commit59dbfa41d31822dd7ffde320bf43463be82fbfcb (patch)
tree3135fe1a4b80b35a0f9baa55644c279321f59479 /padmin/Package_padmin.mk
parent954d695827431a5badd1a993d8f364c669ca9c9c (diff)
padmin: let Package deliver to $INSTDIR
Change-Id: I824179f2040df917544c253712eb3afe19ec9fb1
Diffstat (limited to 'padmin/Package_padmin.mk')
-rw-r--r--padmin/Package_padmin.mk26
1 files changed, 26 insertions, 0 deletions
diff --git a/padmin/Package_padmin.mk b/padmin/Package_padmin.mk
new file mode 100644
index 000000000000..7a9dde1e7de5
--- /dev/null
+++ b/padmin/Package_padmin.mk
@@ -0,0 +1,26 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# This file incorporates work covered by the following license notice:
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed
+# with this work for additional information regarding copyright
+# ownership. The ASF licenses this file to you under the Apache
+# License, Version 2.0 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.apache.org/licenses/LICENSE-2.0 .
+#
+
+$(eval $(call gb_Package_Package,padmin,$(SRCDIR)/padmin/source))
+
+$(eval $(call gb_Package_set_outdir,padmin,$(INSTDIR)))
+
+$(eval $(call gb_Package_add_file,padmin,program/spadmin,spadmin.sh))
+
+# vim: set noet sw=4 ts=4: