25 Mar
2012
25 Mar
'12
7:30 p.m.
su, 2012-03-25 kello 12:24 -0500, David C. Rankin kirjoitti:
Is there a go-by PKGBUILD that anyone can think of that does just that?
In tdesdk's PKGBUILD do somthing like this build () { pach -Np -i patches sed 's|clause|fix|' file.c .configure --prefix } package_tdesdk () { make install rm "$pkgdir/opt/trinity/share/services/"svn* } package_tdeservices () { cp "$srcdir/tdeskd/src/service/generated/"svn*.protocol \ "$pkgdir/opt/trinity/share/services/" } Thats kind of thng should do it :D Also the assumption here is that the tdesdk and tdesvn pkgs provide exactly same version of those .protocol files :D