mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-22 14:52:19 +01:00
ab017f9a64
gvfs may fail footprint check if optional deps are installed
21 lines
406 B
Plaintext
21 lines
406 B
Plaintext
# Description: Library handling Apple property list files
|
|
# URL: https://libimobiledevice.org
|
|
# Maintainer: mac-a-r0ni, j at lngn dot net
|
|
# Depends on: python3-cython
|
|
|
|
name=libplist
|
|
version=2.3.0
|
|
release=1
|
|
source=(https://github.com/libimobiledevice/libplist/releases/download/2.3.0/libplist-2.3.0.tar.bz2)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
|
|
./configure \
|
|
--prefix=/usr
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|