diff options
author | Zhang Qiang <qiang.z.zhang@intel.com> | 2014-04-03 15:53:09 +0800 |
---|---|---|
committer | Zhang Qiang <qiang.z.zhang@intel.com> | 2014-04-03 15:53:09 +0800 |
commit | b979ae3b9b879ce19582770e2ba89eb3e66f964a (patch) | |
tree | 758e7684bbaa43d8899ccbc49b133ff0112d3a88 /baselibs_global-deb.conf | |
download | build-b979ae3b9b879ce19582770e2ba89eb3e66f964a.tar.gz build-b979ae3b9b879ce19582770e2ba89eb3e66f964a.tar.bz2 build-b979ae3b9b879ce19582770e2ba89eb3e66f964a.zip |
Imported Upstream version 2013.11.12upstream/2013.11.12
Diffstat (limited to 'baselibs_global-deb.conf')
-rw-r--r-- | baselibs_global-deb.conf | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/baselibs_global-deb.conf b/baselibs_global-deb.conf new file mode 100644 index 0000000..bbed7d0 --- /dev/null +++ b/baselibs_global-deb.conf @@ -0,0 +1,39 @@ +arch i586 targets x86_64:32bit ia64:x86 +arch i686 targets x86_64:32bit ia64:x86 +arch s390 targets s390x:32bit +arch ppc targets ppc64:32bit +arch ppc64 targets ppc:64bit + +configdir /usr/lib/baselibs-<targettype>/bin + +targettype x86 prefix /emul/ia32-linux + +targettype x86 extension -x86 +targettype 32bit extension 32 +targettype 64bit extension 64 + +targetname <name>-<targettype> + ++.*/lib(64)?/.*\.(so\..*|so|o|a|la)$ + +targettype 64bit -^(/usr)?/lib/lib +targettype 32bit -/lib64/ +targettype x86 -/lib64/ + +config +.*bin.*-config$ +config -/kde-config$ + +targettype x86 requires "ia32el" +targettype x86 prereq "glibc-x86" + +package /.(?<!-devel)$/ +post #!/bin/sh +#post "/sbin/ldconfig" + +package /(.*)-devel$/ +targettype x86 block! +requires "<name> = <version>" +#requires "<match1>-<targettype> = <version>" + +package /(.*)-debuginfo$/ ++/usr/lib(64)?/debug/.*/lib(64)?/.*\.(so\..*|so|o|a|la)\.debug$ |