~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
3 3

[alpine-devel] [PATCH] Initial APKBUILD of fatback

Details
Message ID
<1309384728-8419-1-git-send-email-fabian@affolter-engineering.ch>
Sender timestamp
1309384728
DKIM signature
missing
Download raw message
Patch: +33 -0
---
 testing/fatback/APKBUILD |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)
 create mode 100644 testing/fatback/APKBUILD

diff --git a/testing/fatback/APKBUILD b/testing/fatback/APKBUILD
new file mode 100644
index 0000000..135e491
--- /dev/null
+++ b/testing/fatback/APKBUILD
@@ -0,0 +1,33 @@
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer:
pkgname=fatback
pkgver=1.3
pkgrel=0
pkgdesc="A tool for recovering files from FAT file systems"
url="http://fatback.sourceforge.net/"
arch="all"
license="GPL2"
depends=""
depends_dev=""
makedepends="flex"
install=""
subpackages="$pkgname-doc"
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver

build() {
	cd "$_builddir"
		./configure \
		--prefix=/usr \
		--infodir=/usr/share/info \
		--mandir=/usr/share/man \
		|| return 1
	make || return 1
}

package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
}

md5sums="4f1beb13670a7eff5b66cff84e5fd42a  fatback-1.3.tar.gz"
-- 
1.7.4.5



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Leonardo Arena <rnalrd@gmail.com>
Details
Message ID
<BANLkTikbEMDYYCwwORY_m7BOoAsv+ywUYA@mail.gmail.com>
In-Reply-To
<1309384728-8419-1-git-send-email-fabian@affolter-engineering.ch> (view parent)
Sender timestamp
1309414140
DKIM signature
missing
Download raw message
On Wed, Jun 29, 2011 at 11:58 PM, Fabian Affolter
<fabian@affolter-engineering.ch> wrote:

Hi,

> ---
>  testing/fatback/APKBUILD |   33 +++++++++++++++++++++++++++++++++
>  1 files changed, 33 insertions(+), 0 deletions(-)
>  create mode 100644 testing/fatback/APKBUILD
>
> diff --git a/testing/fatback/APKBUILD b/testing/fatback/APKBUILD
> new file mode 100644
> index 0000000..135e491
> --- /dev/null
> +++ b/testing/fatback/APKBUILD
> @@ -0,0 +1,33 @@
> +# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
> +# Maintainer:
> +pkgname=fatback
> +pkgver=1.3
> +pkgrel=0
> +pkgdesc="A tool for recovering files from FAT file systems"
> +url="http://fatback.sourceforge.net/"
> +arch="all"
> +license="GPL2"
> +depends=""
> +depends_dev=""
> +makedepends="flex"
> +install=""
> +subpackages="$pkgname-doc"
> +source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
> +_builddir="$srcdir"/$pkgname-$pkgver
> +
> +build() {
> +       cd "$_builddir"
> +               ./configure \
> +               --prefix=/usr \
> +               --infodir=/usr/share/info \
> +               --mandir=/usr/share/man \
> +               || return 1
> +       make || return 1
> +}
> +
> +package() {
> +       cd "$_builddir"
> +       make DESTDIR="$pkgdir" install || return 1
> +}
> +
> +md5sums="4f1beb13670a7eff5b66cff84e5fd42a  fatback-1.3.tar.gz"
> --
> 1.7.4.5

thank you for the APKBUILD.
Did you ever try testdisk? It's in main and it works also on FAT. Or
fatback does something more that testdisk doesn't?

- leonardo


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Details
Message ID
<4E0CE0AC.3040601@affolter-engineering.ch>
In-Reply-To
<BANLkTikbEMDYYCwwORY_m7BOoAsv+ywUYA@mail.gmail.com> (view parent)
Sender timestamp
1309466796
DKIM signature
missing
Download raw message
On 06/30/2011 08:09 AM, Leonardo Arena wrote:
> On Wed, Jun 29, 2011 at 11:58 PM, Fabian Affolter
>
> Did you ever try testdisk? It's in main and it works also on FAT. Or
> fatback does something more that testdisk doesn't?

Yes, I did. It's unlikely that fatback provides more functionality than
testdisk.

Fabian


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20110701082222.1c91263b@ncopa-desktop.nor.wtbts.net>
In-Reply-To
<1309384728-8419-1-git-send-email-fabian@affolter-engineering.ch> (view parent)
Sender timestamp
1309501342
DKIM signature
missing
Download raw message
On Wed, 29 Jun 2011 21:58:48 +0000
Fabian Affolter <fabian@affolter-engineering.ch> wrote:

> ---
>  testing/fatback/APKBUILD |   33 +++++++++++++++++++++++++++++++++
>  1 files changed, 33 insertions(+), 0 deletions(-)
>  create mode 100644 testing/fatback/APKBUILD

Applied. Thanks!

-nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)