udftools: update to 2.1.
This commit is contained in:
parent
66f1164da5
commit
c1e05be5b2
2 changed files with 5 additions and 18 deletions
|
@ -1,10 +0,0 @@
|
||||||
--- pktsetup/pktsetup.c.orig
|
|
||||||
+++ pktsetup/pktsetup.c
|
|
||||||
@@ -26,7 +26,6 @@
|
|
||||||
#include <sys/stat.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <getopt.h>
|
|
||||||
-#include <bits/types.h>
|
|
||||||
#include <sys/types.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <limits.h>
|
|
|
@ -1,16 +1,13 @@
|
||||||
# Template file for 'udftools'
|
# Template file for 'udftools'
|
||||||
pkgname=udftools
|
pkgname=udftools
|
||||||
version=2.0
|
version=2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="ncurses-devel readline-devel"
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="ncurses-devel readline-devel eudev-libudev-devel"
|
||||||
short_desc="Linux tools for UDF filesystems and DVD/CD-R(W) drives"
|
short_desc="Linux tools for UDF filesystems and DVD/CD-R(W) drives"
|
||||||
maintainer="Pierre Allegraud <lyzech@yahoo.fr>"
|
maintainer="Pierre Allegraud <lyzech@yahoo.fr>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/pali/udftools/"
|
homepage="https://github.com/pali/udftools/"
|
||||||
distfiles="https://github.com/pali/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/pali/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=67fe428d452901215cfad8049d250540c97114b1a20dd63277b91c2c4fae8292
|
checksum=783221bcc2518ea480cee01ceeb8825db7a089f4e986b557f6460f89636142b6
|
||||||
|
|
||||||
post_install() {
|
|
||||||
mv "$PKGDESTDIR"/lib "$PKGDESTDIR"/usr/lib
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue