mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 20:47:15 +08:00
fix some quirks
This commit is contained in:
parent
2a84807995
commit
4259d2717a
@ -20,7 +20,7 @@ options=('!libtool')
|
||||
source=(http://libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2
|
||||
swig-version-check.patch)
|
||||
md5sums=('dbf62f2fddaa87558b6f1ebc76abb549'
|
||||
'8bb215e36fe0e08a72332c108c7842cc')
|
||||
'839dda54740c952dfee21f11acbc2674')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
pkgname=sip
|
||||
pkgver=4.11.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.riverbankcomputing.com/software/sip/"
|
||||
|
@ -23,8 +23,8 @@ build() {
|
||||
make DESTDIR="${pkgdir}" install
|
||||
|
||||
# Fix dirty versioning
|
||||
sed -i -e "s~-dirty~${pkgver}~g" ${pkgdir}/usr/lib/pkgconfig/libusbmuxd.pc
|
||||
mv ${pkgdir}/usr/lib/libusbmuxd.so.-dirty ${pkgdir}/usr/lib/libusbmuxd.so.${pkgver}
|
||||
sed -i -e "s~-dirty~${pkgver}~g" ${pkgdir}/usr/lib/pkgconfig/libusbmuxd.pc
|
||||
cd ${pkgdir}/usr/lib/
|
||||
ln -sfv libusbmuxd.so.${pkgver} libusbmuxd.so.1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user