|
|
|
@ -2,6 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../xdelta/xdelta.conf |
|
|
|
|
# Copyright (C) 2011 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2006 The T2 SDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
@ -14,3 +15,14 @@
|
|
|
|
|
|
|
|
|
|
# addition to the glib-2.0 patch taken from fedora core: |
|
|
|
|
var_append GCC_WRAPPER_APPEND ' ' "`pkg-config glib-2.0 --cflags --libs`" |
|
|
|
|
|
|
|
|
|
# do not run python setup.py automatically |
|
|
|
|
runpysetup=0 |
|
|
|
|
|
|
|
|
|
# no install target defined within the Makefile |
|
|
|
|
makeinstopt= |
|
|
|
|
|
|
|
|
|
xdelta_install() { |
|
|
|
|
cp -avp xdelta3 $root$bindir |
|
|
|
|
} |
|
|
|
|
hook_add postmake 9 'xdelta_install' |
|
|
|
|