mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
new package: add package 'ifuse'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
10
packages/sysutils/ifuse/build
Executable file
10
packages/sysutils/ifuse/build
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
|
||||
make
|
||||
6
packages/sysutils/ifuse/install
Executable file
6
packages/sysutils/ifuse/install
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/src/ifuse $INSTALL/usr/bin
|
||||
16
packages/sysutils/ifuse/meta
Normal file
16
packages/sysutils/ifuse/meta
Normal file
@@ -0,0 +1,16 @@
|
||||
PKG_NAME="ifuse"
|
||||
PKG_VERSION="1.0.0"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.libimobiledevice.org"
|
||||
PKG_URL="http://www.libimobiledevice.org/downloads/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS="fuse glib libimobiledevice"
|
||||
PKG_BUILD_DEPENDS="toolchain fuse glib libimobiledevice"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="system"
|
||||
PKG_SHORTDESC="ifuse: a fuse filesystem for mounting iPhone and iPod touch devices"
|
||||
PKG_LONGDESC="ifise is a fuse filesystem for mounting iPhone and iPod touch devices"
|
||||
PKG_IS_ADDON="no"
|
||||
|
||||
PKG_AUTORECONF="yes"
|
||||
Reference in New Issue
Block a user