fuse-zip: remove CXXFLAGS workaround.
No longer necessary. Also fix distfile location, for some reason the 0.7.1 tarball had been removed from downloads.
This commit is contained in:
		 Érico Rolim
					Érico Rolim
				
			
				
					committed by
					
						 Érico Nogueira Rolim
						Érico Nogueira Rolim
					
				
			
			
				
	
			
			
			 Érico Nogueira Rolim
						Érico Nogueira Rolim
					
				
			
						parent
						
							d5ff353302
						
					
				
				
					commit
					c9f3bfc141
				
			| @@ -2,6 +2,7 @@ | ||||
| pkgname=fuse-zip | ||||
| version=0.7.1 | ||||
| revision=1 | ||||
| wrksrc=agalanin-fuse-zip-0865d60054d9 | ||||
| build_style=gnu-makefile | ||||
| make_build_args="all doc" | ||||
| make_install_args="prefix=/usr" | ||||
| @@ -11,9 +12,9 @@ short_desc="FUSE file system for ZIP archives" | ||||
| maintainer="Matthias von Faber <mvf@gmx.eu>" | ||||
| license="GPL-3.0-or-later" | ||||
| homepage="https://bitbucket.org/agalanin/fuse-zip" | ||||
| distfiles="${homepage}/downloads/${pkgname}-${version}.tar.gz" | ||||
| checksum=7dac61c3f27f9041545ab1a22bb772ea282ed2dea25a0220dcecfa6801b5b121 | ||||
| distfiles="${homepage}/get/${version}.tar.gz" | ||||
| checksum=771302586ca734bf845effcea999c38f4c2e984e29605912eb3470fbeea0b195 | ||||
|  | ||||
| pre_build() { | ||||
| 	vsed -i '/^CXXFLAGS=/d' Makefile lib/Makefile | ||||
| do_check() { | ||||
| 	: requires some tcl modules | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user