Package Details: libdsk 1.5.19-1

Git Clone URL: https://aur.archlinux.org/libdsk.git (read-only, click to copy)
Package Base: libdsk
Description: A library for accessing floppy drive and disc images files
Upstream URL: http://www.seasip.info/Unix/LibDsk/index.html
Licenses: LGPL
Submitter: feufochmar
Maintainer: lbschenkel
Last Packager: lbschenkel
Votes: 10
Popularity: 0.000000
First Submitted: 2009-04-30 18:08 (UTC)
Last Updated: 2022-06-27 11:05 (UTC)

Latest Comments

lbschenkel commented on 2021-03-07 10:03 (UTC)

This was orphan so I took over packaging duties. Updated to 1.5.15.

feufochmar commented on 2020-07-23 05:19 (UTC)

@tsukiakiri You don't need to post the this. Just flag the package as out of date.

tsukiakiri commented on 2020-07-23 04:20 (UTC)

Please update the PKGBUILD:

Contributor: Feufochmar feufochmar.gd@gmail.com

pkgname=libdsk pkgver=1.5.12 pkgrel=2 pkgdesc="A library for accessing floppy drive and disc images files" arch=('i686' 'x86_64' 'armv7h') url="http://www.seasip.info/Unix/LibDsk/index.html" license=('LGPL') depends=('zlib' 'bzip2') source=(http://www.seasip.info/Unix/LibDsk/$pkgname-$pkgver.tar.gz) md5sums=('4a30389755036958a5534b28255ea004')

build() { cd "$srcdir/$pkgname-$pkgver"

./configure --prefix=/usr make || return 1 }

package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install }

tsukiakiri commented on 2020-07-23 03:57 (UTC)

Stopped on:

libtool: link: gcc -Wall -DNOTWINDLL -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/dskid dskid.o utilopts.o ../lib/.libs/libdsk.so -lbz2 -lz /usr/bin/ld: ../lib/.libs/libdsk.so: undefined reference to major' collect2: error: ld returned 1 exit status make[2]: *** [Makefile:517: dskform] Error 1 /usr/bin/ld: ../lib/.libs/libdsk.so: undefined reference tomajor' collect2: error: ld returned 1 exit status make[2]: [Makefile:521: dskid] Error 1 mv -f .deps/dskutil.Tpo .deps/dskutil.Po make[2]: Leaving directory '/home/andrei/.cache/yay/libdsk/src/libdsk-1.4.0/tools' make[1]: [Makefile:444: all-recursive] Error 1 make[1]: Leaving directory '/home/andrei/.cache/yay/libdsk/src/libdsk-1.4.0' make: *** [Makefile:375: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... error making: %!s(func() string=0x55e5ad142410)

heddwch commented on 2014-05-30 14:30 (UTC)

Thanks for updating this :)

feufochmar commented on 2014-05-28 11:06 (UTC)

Updated to version 1.3.5

feufochmar commented on 2013-04-12 19:41 (UTC)

Updated to version 1.3.3.

snock commented on 2013-04-12 13:58 (UTC)

Update pkgbuild http://pastebin.com/nqnDQgp5, Latest version of the package.