mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 21:57:13 +08:00
libmtp 1.1.8
This commit is contained in:
parent
8263252622
commit
4c4a776e78
@ -2,22 +2,18 @@
|
|||||||
# Contributor: abveritas@chakra-project.org
|
# Contributor: abveritas@chakra-project.org
|
||||||
|
|
||||||
pkgname=libmtp
|
pkgname=libmtp
|
||||||
pkgver=1.1.6
|
pkgver=1.1.8
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
pkgdesc="Library implementation of the Media Transfer Protocol"
|
pkgdesc="Library implementation of the Media Transfer Protocol"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://libmtp.sourceforge.net"
|
url="http://libmtp.sourceforge.net"
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
depends=('libusbx' 'libgcrypt')
|
depends=('libusbx' 'libgcrypt')
|
||||||
options=('!libtool')
|
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
|
||||||
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"
|
md5sums=('f76abc22fdbe96e96f0066e0f2dc0efd')
|
||||||
"music-players.h.new")
|
|
||||||
md5sums=('87835626dbcf39e62bfcdd4ae6da2063'
|
|
||||||
'eee4f256cf1a095e8322b2f86fb26f1d')
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
mv --verbose ${srcdir}/music-players.h.new src/music-players.h
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
Loading…
Reference in New Issue
Block a user