xfce4/libusbmuxd/Pkgfile
Jay Lanagan ab017f9a64 added xfburn and deps, fix gvfs
gvfs may fail footprint check if optional deps are installed
2023-07-25 20:05:53 -04:00

21 lines
438 B
Plaintext

# Description: Handle usbmux protocol connections with iOS devices
# URL: https://libimobiledevice.org/
# Maintainer: mac-a-r0ni, j at lngn dot net
# Depends on: libplist
name=libusbmuxd
version=2.0.2
release=1
source=(https://github.com/libimobiledevice/$name/releases/download/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
# rm -f $PKG/{,usr/}lib/*.la
}