|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# |
|
|
|
# Filename: package/.../qmqtool/qmqtool.conf |
|
|
|
# Filename: package/.../qmqtool/qmqtool.conf |
|
|
|
# Copyright (C) 2006 The OpenSDE Project |
|
|
|
# Copyright (C) 2006 - 2013 The OpenSDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
@ -13,10 +13,11 @@ |
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
|
|
makeopt= |
|
|
|
# custom configure script (no autotools involved) |
|
|
|
makeinstopt= |
|
|
|
confopt= |
|
|
|
|
|
|
|
var_append confopt ' ' "--prefix=/$prefix" |
|
|
|
|
|
|
|
var_append confopt ' ' "--scriptdir=$bindir" |
|
|
|
|
|
|
|
var_append confopt ' ' "--mandir=$mandir" |
|
|
|
|
|
|
|
|
|
|
|
pkgprefix -t perl |
|
|
|
pkgprefix -t perl |
|
|
|
hook_add premake 5 'sed -i -e "s,^#!.*,#!$( pkgprefix bindir perl )/perl," qmqtool' |
|
|
|
var_append extraconfopt ' ' "--perl=$( pkgprefix bindir perl )/perl" |
|
|
|
hook_add postmake 5 'cp -vf qmqtool $root$bindir/' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|