diff options
author | Erich Eckner <git@eckner.net> | 2021-07-19 21:21:26 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-07-19 21:21:26 +0200 |
commit | c1e63325e86ca5a07d900dd2e59793ab1bb1bb61 (patch) | |
tree | 46891297a0a6a71ef1c3d16e89d1abac2a2c2313 | |
parent | 88b0fa0808fd74b2dd5939fe3af40c998222d6e0 (diff) | |
download | crux-ports-c1e63325e86ca5a07d900dd2e59793ab1bb1bb61.tar.xz |
mtpfs removed
-rw-r--r-- | manualPorts/mtpfs/.footprint | 3 | ||||
-rw-r--r-- | manualPorts/mtpfs/.md5sum | 1 | ||||
-rw-r--r-- | manualPorts/mtpfs/.signature | 5 | ||||
-rw-r--r-- | manualPorts/mtpfs/Pkgfile | 22 |
4 files changed, 0 insertions, 31 deletions
diff --git a/manualPorts/mtpfs/.footprint b/manualPorts/mtpfs/.footprint deleted file mode 100644 index 105ce68..0000000 --- a/manualPorts/mtpfs/.footprint +++ /dev/null @@ -1,3 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/mtpfs diff --git a/manualPorts/mtpfs/.md5sum b/manualPorts/mtpfs/.md5sum deleted file mode 100644 index e0e0bbd..0000000 --- a/manualPorts/mtpfs/.md5sum +++ /dev/null @@ -1 +0,0 @@ -a299cadca336e6945b7275b44c6e8d27 mtpfs-1.1.tar.gz diff --git a/manualPorts/mtpfs/.signature b/manualPorts/mtpfs/.signature deleted file mode 100644 index 86816d4..0000000 --- a/manualPorts/mtpfs/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/deepthought.pub -RWQxCptPusLGGrxUPyNVTyzRToq1rnJ3Uo2EROj0uc9fwm8/Q36gU6L7eDfpcw8pF8eovpzLUkln+alHkXBQ3F3jrzFVOjnNfgI= -SHA256 (Pkgfile) = 935a8d999c197d8143f4671a630520bfcd731b9f3488d2876a5b9d03f6952427 -SHA256 (.footprint) = 3467e7d98ba05165ab9a3d7f490da78023120538611e6c450e9c0934a49cfa20 -SHA256 (mtpfs-1.1.tar.gz) = 1baf357de16995a5f0b5bc1b6833517a77456481d861cdba70f1ce1316ce4c1d diff --git a/manualPorts/mtpfs/Pkgfile b/manualPorts/mtpfs/Pkgfile deleted file mode 100644 index 1632e48..0000000 --- a/manualPorts/mtpfs/Pkgfile +++ /dev/null @@ -1,22 +0,0 @@ -# Description: MTPFS is a FUSE filesystem based on libmtp that allows a mtp device to be browsed as if it were a normal external harddisk. -# URL: http://www.adebenham.com/mtpfs/ -# Maintainer: Erich Eckner, crux at eckner dot net -# Contributor: Danny Rawlins, crux at romster dot me -# Packager: Danny Rawlins, crux at romster dot me -# Depends on: fuse glib libid3tag libmad libmtp - -name=mtpfs -version=1.1 -release=1 -source=(http://www.adebenham.com/files/mtp/$name-$version.tar.gz) - -build() { - cd $name-$version - - ./configure \ - --prefix=/usr \ - --disable-dependency-tracking \ - - make - make DESTDIR=$PKG install -} |