\begin{frame}[fragile] \frametitle{Autools based project} \begin{verbatim} ├── autohello_1.0.bb └── files └── autohello-1.0.tar.gz \end{verbatim} \begin{verbatim} DESCRIPTION = "GNU Helloworld application" SECTION = "examples" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" PR = "r0" SRC_URI = "file://${PN}-${PV}.tar.gz" SRC_URI[md5sum] = "4bfc9bed4d5d67a266d93e99e5883211" inherit autotools \end{verbatim} \end{frame}