pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
firefox-hg: xpi.mk: remove unused file.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sat Apr 30 19:42:56 2016 +0200
Changeset: 13fc183a0d80eb8c44d73168f48e2f66c39f9895
Removed Files:
firefox-hg/xpi.mk
Log Message:
firefox-hg: xpi.mk: remove unused file.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=13fc183a0d80eb8c44d73168f48e2f66c39f9895
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
firefox-hg/xpi.mk | 25 -------------------------
1 file changed, 25 deletions(-)
diffs:
diff --git a/firefox-hg/xpi.mk b/firefox-hg/xpi.mk
deleted file mode 100644
index d883c89..0000000
--- a/firefox-hg/xpi.mk
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: xpi.mk,v 1.1 2014/09/29 10:46:23 thomasklausner Exp $
-#
-# common logic for repackaging mozilla extensions (.xpi files)
-# Used by the {firefox,seamonkey,thunderbird}-l10n packages.
-
-USE_TOOLS+= unzip pax
-
-post-extract: extract-xpi
-
-.PHONY: extract-xpi
-extract-xpi:
-.for f in ${XPI_FILES}
- ${RUN} ${MKDIR} ${WRKDIR}/${f:S/.xpi//} && cd ${WRKDIR}/${f:S/.xpi//} && ${UNZIP_CMD} -aqo "${WRKDIR}/${f}"
-.endfor
-
-do-install: install-xpi
-
-.PHONY: install-xpi
-install-xpi:
-.for f in ${XPI_FILES}
- id=$$(${AWK} '/em:id=/ {sub("^.*em:id=\"", "");sub("\".*$$","");print $$0}' < ${WRKDIR}/${f:S/.xpi//}/install.rdf); \
- ${MKDIR} ${DESTDIR}${EXTENSIONS_DIR}/$${id} && \
- cd ${WRKDIR}/${f:S/.xpi//} && \
- pax -rw . ${DESTDIR}${EXTENSIONS_DIR}/$${id}
-.endfor
Home |
Main Index |
Thread Index |
Old Index