mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
9 lines
186 B
Text
9 lines
186 B
Text
# Template file for 'libitm'.
|
|
#
|
|
depends="libgcc32"
|
|
short_desc="GCC Transactional Memory support library (32bit)"
|
|
noverifyrdeps=yes
|
|
|
|
do_install() {
|
|
vmove "usr/lib32/libitm*" usr/lib32
|
|
}
|