2012-03-30 10:40:29 +00:00
|
|
|
# Template file for 'libitm'.
|
|
|
|
#
|
2012-05-23 18:58:45 +00:00
|
|
|
depends="libgcc32"
|
2012-03-30 10:40:29 +00:00
|
|
|
short_desc="GCC Transactional Memory support library (32bit)"
|
|
|
|
noverifyrdeps=yes
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
vmove "usr/lib32/libitm*" usr/lib32
|
|
|
|
}
|