Advertisement
Guest User

PKGBUILD-kfuseiso-20090816

a guest
Apr 15th, 2011
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. --- a/PKGBUILD 2007-05-23 09:02:53.000000000 +0200
  2. +++ b/PKGBUILD 2011-04-15 07:17:31.802172987 +0200
  3. @@ -1,18 +1,17 @@
  4. # Maintainer: Pilli <elpilli@gmail.com>
  5. pkgname="kfuseiso"
  6. -pkgver=20061108
  7. +pkgver=20090816
  8. pkgrel=1
  9. pkgdesc="Small set of modules to help access ISO image files"
  10. arch=(i686 x86_64)
  11. license="GPL"
  12. -url="http://www.kde-apps.org/content/show.php?content=46526"
  13. -depends=(fuseiso kdebase)
  14. -source=(http://ubiz.ru/dm/kfuseiso-20061108.tar.bz2)
  15. -md5sums=(c7ca433f482d399c399730f1ad7d361f)
  16. +url="http://kde-apps.org/content/show.php/kfuseiso?content=110509"
  17. +depends=(fuseiso kdebase-lib)
  18. +source=(http://kde-apps.org/CONTENT/content-files/110509-kfuseiso-20090816.tar.gz)
  19. +md5sums=(da5a7d27857f31f1fac610df081fd60c)
  20.  
  21. build() {
  22. - cd $startdir/src/kfuseiso-20061108
  23. - ./configure --prefix=/opt/kde/ --with-qt-dir=/opt/qt
  24. - make || return 1
  25. - make DESTDIR=$startdir/pkg install || return 1
  26. + cd $startdir/src/kfuseiso-20090816
  27. + cmake . -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
  28. + make DESTDIR="$pkgdir" install || return 1
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement