Guest User

libigloo aur fix

a guest
Mar 8th, 2026
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | Software | 0 0
  1. # Maintainer: Dawid Majewski <[email protected]>
  2. # Maintainer: Isaac David Orozco Delgado (Reisy RedPanda) <[email protected]>
  3.  
  4. pkgname=libigloo
  5. pkgver=0.9.5
  6. pkgrel=2
  7. pkgdesc='Common C framework by the Icecast project'
  8. arch=(x86_64)
  9. depends=('rhash')
  10. url='ftp.osuosl.org/pub/xiph/releases/igloo'
  11. license=("GNU-GPL")
  12. source=("https://ftp.osuosl.org/pub/xiph/releases/igloo/$pkgname-$pkgver.tar.gz")
  13. sha256sums=('ea22e9119f7a2188810f99100c5155c6762d4595ae213b9ac29e69b4f0b87289')
  14.  
  15. build() {
  16. cd "$pkgname-$pkgver"
  17. ./configure --prefix=/usr
  18. make
  19. }
  20.  
  21. package() {
  22. DESTDIR="$pkgdir" make -C "$pkgname-$pkgver" install
  23. }
  24.  
Advertisement
Add Comment
Please, Sign In to add comment