Package Details: ffdec 21.0.5-1

Git Clone URL: https://aur.archlinux.org/ffdec.git (read-only, click to copy)
Package Base: ffdec
Description: Open source Flash SWF decompiler and editor
Upstream URL: https://github.com/jindrapetrik/jpexs-decompiler/releases
Keywords: decompiler flash java jpexs
Licenses: GPL3
Submitter: zopieux
Maintainer: zopieux (creyon)
Last Packager: creyon
Votes: 32
Popularity: 0.117165
First Submitted: 2014-12-26 21:03 (UTC)
Last Updated: 2024-09-05 15:21 (UTC)

Dependencies (2)

Required by (1)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4

zopieux commented on 2015-05-17 10:53 (UTC)

@Overand: updated, thanks for the flag.

Overand commented on 2015-05-17 05:03 (UTC)

Out of date. Here's my updated PKGBUILD (just an md5sum and version update). # Maintainer: Alexandre `Zopieux` Macabies <web+aur@zopieux.com> pkgname=ffdec pkgver=5.1.0 pkgrel=1 pkgdesc="Open source Flash SWF decompiler and editor" arch=('any') url="http://www.free-decompiler.com/flash/" license=('GPL3') depends=('java-runtime=8') conflicts=('jpexs-decompiler-git') source=(http://www.free-decompiler.com/flash/download/${pkgname}_${pkgver}.zip $pkgname $pkgname.desktop $pkgname.png) md5sums=('e2cdf8d87798ecd47d203331cae69655' '29a00ab7cb71ec337ed028493914009f' 'b9da710cc2a4af62f1fa8690e0fb5553' 'c6f354af3fdfe3f45623fb3949e23f8f') package() { cd "$srcdir" install -Ddm755 "${pkgdir}/usr/share/java/${pkgname}/lib" install -Ddm755 "${pkgdir}/usr/share/licenses/${pkgname}" install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}" install -Dm644 "${pkgname}.jar" "${pkgdir}/usr/share/java/${pkgname}/${pkgname}.jar" install -Dm644 "license.txt" "${pkgdir}/usr/share/licenses/${pkgname}/license.txt" install -Dm644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop" install -Dm644 "${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png" cd "$srcdir/lib" for f in *.license.txt; do cp -d --no-preserve=ownership "$f" "${pkgdir}/usr/share/licenses/${pkgname}/$f" done for f in *.jar; do cp -d --no-preserve=ownership "$f" "${pkgdir}/usr/share/java/${pkgname}/lib/$f" done }

zopieux commented on 2015-04-01 17:49 (UTC)

Updated to 4.1.1.