1 # Contributor: vn158 <vn158 at seznam dot cz>
6 pkgdesc="Latest version of the Microsoft Visual C++ 6.0 SP4 run-time files"
7 url="http://www.microsoft.com/"
9 makedepends=('cabextract')
10 license=('custom:redistributable')
11 source=(http://download.microsoft.com/download/vc60pro/update/1/w9xnt4/en-us/vc6redistsetup_enu.exe)
12 md5sums=('dd50945bcf3e09e22453be43684f3d39')
13 noextract=(vc6redistsetup_enu.exe)
19 install -d -m755 pkg/usr/share/$pkgname
23 cabextract -q vc6redistsetup_enu.exe
24 cabextract -q vcredist.exe
26 cp -a asycfilt.dll atla.dll atlu.dll comcat.dll mfc42.dll mfc42u.dll msvcirt.dll msvcp60.dll msvcrt.dll oleaut32.dll olepro32.dll stdole2.tlb ../pkg/usr/share/$pkgname
27 find ../pkg/usr/share/$pkgname -type d -exec chmod 755 "{}" \;
28 find ../pkg/usr/share/$pkgname -type f -exec chmod 644 "{}" \;