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