wine: the /usr/lib32 changes are not necessary anymore.
This commit is contained in:
parent
77451b1845
commit
67eb82aaab
1 changed files with 0 additions and 10 deletions
|
@ -3,7 +3,6 @@ pkgname=wine
|
||||||
version=1.7.16
|
version=1.7.16
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--libdir=/usr/lib32"
|
|
||||||
short_desc="Run Microsoft Windows applications"
|
short_desc="Run Microsoft Windows applications"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
|
@ -37,15 +36,6 @@ pre_configure() {
|
||||||
sed -i 's/\(libncurses\)/\1w/g' configure
|
sed -i 's/\(libncurses\)/\1w/g' configure
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_install() {
|
|
||||||
vmkdir usr/lib
|
|
||||||
ln -s lib ${DESTDIR}/usr/lib32
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
rm -f ${DESTDIR}/usr/lib32
|
|
||||||
}
|
|
||||||
|
|
||||||
libwine_package() {
|
libwine_package() {
|
||||||
short_desc+=" - Runtime library"
|
short_desc+=" - Runtime library"
|
||||||
replaces="libwine-unstable>=0"
|
replaces="libwine-unstable>=0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue