mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:33:20 +08:00
libshairport: 1.2.1 added to apps repo
This commit is contained in:
parent
ae62047444
commit
dcd9a5a3b3
32
libshairport/PKGBUILD
Normal file
32
libshairport/PKGBUILD
Normal file
@ -0,0 +1,32 @@
|
||||
# Maintainer: Michael Haesel
|
||||
|
||||
pkgname=libshairport
|
||||
_developer='amejia1'
|
||||
_version=1.2.1.20121215
|
||||
_commithash='16395d8'
|
||||
pkgver=${_version}
|
||||
pkgrel=1
|
||||
pkgdesc="emulates an AirPort Express"
|
||||
arch=('x86_64')
|
||||
url='https://github.com/amejia1/libshairport'
|
||||
license=('GPL')
|
||||
depends=('openssl' 'libao')
|
||||
options=(!libtool)
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/amejia1/libshairport/tarball/${_commithash}")
|
||||
sha256sums=('98b73313d0a8f2abcb32e11f4fd4b422777a495cd62dbe881d5061b91959d1d5')
|
||||
|
||||
_srcfolder=${_developer}-${pkgname}-${_commithash}
|
||||
|
||||
build() {
|
||||
mv "${_srcfolder}" "${pkgname}-${pkgver}"
|
||||
|
||||
cd "${pkgname}-${pkgver}"
|
||||
autoreconf -vif
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
Loading…
Reference in New Issue
Block a user