SUMMARY = "ifupdown integration for vlan configuration" HOMEPAGE = "https://salsa.debian.org/debian/vlan" SECTION = "misc" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://debian/copyright;;md5=a99f1f04fc1d4f5d723231f8937bdc2b" SRC_URI = "https://deb.debian.org/debian/pool/main/v/vlan/vlan_2.0.5.tar.xz" SRC_URI[md5sum] = "e6994250748fa3ee6d99f3ac292b7eb9" SRC_URI[sha256sum] = "ccf261839b79247be8dae93074e1c5fcbce3807787a0ff7aed4e1f7a9095c465" do_install () { install -d ${D}${base_sbindir} install -m 0755 ${S}/vconfig ${D}${base_sbindir}/ install -d ${D}${sysconfdir} cp -av --no-preserve=ownership ${S}/debian/network ${D}${sysconfdir} }