mirror of
git://git.proxmox.com/git/pve-xtermjs.git
synced 2025-03-13 00:58:40 +03:00
9 lines
170 B
Makefile
9 lines
170 B
Makefile
PACKAGE=pve-xtermjs
|
|
VER=1.0
|
|
PKGREL=1
|
|
VERSION=${VER}-${PKGREL}
|
|
|
|
BINDIR=${DESTDIR}/usr/bin
|
|
PERLLIBDIR=${DESTDIR}/usr/share/perl5
|
|
WWWBASEDIR=${DESTDIR}/usr/share/${PACKAGE}
|