🔒 Repository is read-only – file editing is disabled.

recipes/gui/uget/PAGBUILD.yaml main

34 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334
pkgname: uget
pkgver: '2.2.3'
pkgrel: '2'
pkgdesc: 'administrator of downloading with importation HTML'
url: 'https://urlget.sourceforge.net/'
arch: x86_64
depends:
- 'gtk-update-icon-cache'
- 'shared-mime-info'
- 'hicolor-icon-theme'
- 'desktop-file-utils'

makedepends:
- libnotify
- gtk3
- gstreamer
- curl

source:
- 'https://downloads.sourceforge.net/urlget/${pkgname}-${pkgver}-1.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}

         CFLAGS+=' -fcommon'
  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
  make
  make DESTDIR=${PKGDIR} install

package: |
  true