summaryrefslogtreecommitdiffstats
path: root/extra/libimobiledevice/Pkgfile
blob: 42109c415ddb1dd7c83d01bd7836e17a0bb17e63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Lib support de iPhone et iPod
# URL: http://libimobiledevice.org/
# Maintainer: NuTyX core team
# Packager: lesibel at free dot fr
# Depends on: gnutls, libplist, usbmuxd, libtasn1

name=libimobiledevice
version=1.0.2
release=1
source=(http://libimobiledevice.org/downloads/$name-$version.tar.bz2)


build() {
        cd $name-$version
        ./configure --prefix=/usr 
        make
        make DESTDIR=$PKG install
}