Skip to content

Commit

Permalink
adapt backuppc Makefile after review by neheb
Browse files Browse the repository at this point in the history
Signed-off-by: Carsten Wolff <[email protected]>
  • Loading branch information
cawo-odoo committed Jul 7, 2019
1 parent 85fbfeb commit 5a4245b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions admin/backuppc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,14 @@ PKG_VERSION:=3.3.2
PKG_RELEASE:=1

PKG_SOURCE:=BackupPC-$(PKG_VERSION).tar.gz
PKG_HASH:=fbade2c8d8039297e826a75d2c39d5ac9a6f66e0c84c0cf8c4cef0bcf64d2152
PKG_SOURCE_URL:=@SF/backuppc
PKG_CAT:=zcat
PKG_HASH:=fbade2c8d8039297e826a75d2c39d5ac9a6f66e0c84c0cf8c4cef0bcf64d2152
PKG_BUILD_DIR:=$(BUILD_DIR)/backuppc-$(PKG_VERSION)

PKG_MAINTAINER:=Carsten Wolff <[email protected]>
PKG_LICENSE:=GPL-2.0
PKG_LICENSE:=GPL-2.0-or-later
PKG_LICENSE_FILES:=LICENSE

PKG_BUILD_DEPENDS:=perl
PKG_BUILD_DIR:=$(BUILD_DIR)/backuppc-$(PKG_VERSION)

include $(INCLUDE_DIR)/package.mk

define Package/backuppc
Expand Down

0 comments on commit 5a4245b

Please sign in to comment.