2011-10-26 02:12:32 +02:00
|
|
|
# Template file for 'libwine'.
|
|
|
|
#
|
|
|
|
short_desc="${short_desc} - Runtime library"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains the wine runtime."
|
|
|
|
|
2011-11-17 10:20:37 +01:00
|
|
|
revision=5
|
2011-10-26 19:50:16 +02:00
|
|
|
|
2011-11-17 10:20:37 +01:00
|
|
|
only_for_archs=i686
|
|
|
|
replaces="libwine-unstable>=0"
|
|
|
|
provides="libwine-$version"
|
|
|
|
conflicts="libwine-unstable>=0"
|
2011-10-26 02:12:32 +02:00
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
|
|
|
vmove "usr/lib/*.so*" usr/lib
|
|
|
|
vmove usr/lib/wine usr/lib
|
|
|
|
}
|