Don't like ads? PRO users don't see any ads ;-)
Guest

vu-meter-1.0 PKGBUILD patch

By: a guest on Oct 2nd, 2010  |  syntax: None  |  size: 0.70 KB  |  hits: 116  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. --- PKGBUILD    2010-03-31 19:35:26.000000000 +0200
  2. +++ PKGBUILDNEW 2010-10-02 17:15:58.629829332 +0200
  3. @@ -8,11 +8,11 @@
  4.  url="http://vumeterplugin.sourceforge.net/"
  5.  license=('GPL')
  6.  depends=('audacious')
  7. -source=(http://downloads.sourceforge.net/project/vumeterplugin/Plugin%20for%20Audacious/${realname}-${pkgver}-beta.tar.gz)
  8. -md5sums=('4decf7e60c50a894faa0342ead0e705d')
  9. +source=(http://downloads.sourceforge.net/project/vumeterplugin/Plugin%20for%20Audacious/${realname}-${pkgver}.tar.gz)
  10. +md5sums=('742678e1e07df77b79c5ea03a1779148')
  11.  
  12.  build() {
  13. -  cd ${realname}-${pkgver}-beta
  14. +  cd ${realname}-${pkgver}
  15.    ./configure --prefix=/usr
  16.    make || return 1
  17.    make DESTDIR=$startdir/pkg install