Projects
Kolab:3.4
clamav
Makefile
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Makefile of Package clamav
MAKEFILE_COMMON = $(HOME)/.fedora/common.mk -include $(MAKEFILE_COMMON) # can not use final tarball name here as it will conflict with rules # within Makefile.common TARBALL_CLEAN = ${NAME}-${VERSION}-norar.tar.xz.tmp TARBALL = ${NAME}-${VERSION}.tar.gz clean-sources: ${TARBALL_CLEAN} ${TARBALL_CLEAN}: ${TARBALL} rm -f $@.tmp zcat $< | tar --delete -f - '*/libclamunrar/*' | xz -c > $@.tmp mv $@.tmp $@
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.