usb-modeswitch-data: update to 20151101.

This commit is contained in:
Enno Boland 2015-11-02 09:38:33 +01:00
parent 993d0d3ba9
commit 6b94bf8286
2 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,8 @@
--- Makefile 2014-12-08 09:11:10.188596202 +0100
+++ Makefile 2014-12-08 09:11:17.556595651 +0100
--- Makefile.orig 2015-11-01 10:29:27.000000000 +0100
+++ Makefile 2015-11-02 09:36:50.940967748 +0100
@@ -1,9 +1,9 @@
PROG = usb-modeswitch-data
VERS = 20140529
VERS = 20151101
RM = /bin/rm -f
-PREFIX = $(DESTDIR)/usr
-ETCDIR = $(DESTDIR)/etc
@ -34,7 +34,7 @@
db-install-packed:
@# Create a compressed tar without gzip timestamp, so tar.gz
@# differs only if content is different
cd ./usb_modeswitch.d; tar -cf ../configPack.tar *
cd ./usb_modeswitch.d; tar --mode=go=rX,u+rw,a-s -cf ../configPack.tar *
gzip -f9n ./configPack.tar
- install --mode=644 -t $(PREFIX)/share/usb_modeswitch ./configPack.tar.gz
+ install --mode=644 -t $(DESTDIR)/$(PREFIX)/share/usb_modeswitch ./configPack.tar.gz

View file

@ -1,6 +1,6 @@
# Template file for 'usb-modeswitch-data'
pkgname=usb-modeswitch-data
version=20150627
version=20151101
revision=1
build_style=gnu-makefile
short_desc="Mode switching tool for controlling 'multi-mode' USB devices (data files)"
@ -8,6 +8,6 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2"
homepage="http://www.draisberghof.de/usb_modeswitch/"
distfiles="http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${version}.tar.bz2"
checksum=826096cb35a487c6e924b1318074988457220b5e72812e5393597950dd9eefc2
checksum=584d362bc0060c02016edaac7b05ebd6558d5dcbdf14f1ae6d0ec9630265a982
make_install_args="RULESDIR=/usr/lib/udev/rules.d"
noarch=yes