c06defc719
If there's a file called "$pkgname.{pre,post}_{configure,build,install} it will be automatically executed. In addition to this, templates may use {pre,post}_{configure,build,install}_cmd variables to run arbitrary commands. --HG-- extra : convert_revision : 62ad549b8299689ecf8c833e73eda436ffdb7aa7
6 lines
261 B
Text
6 lines
261 B
Text
# Added support for NetBSD, as specified here:
|
|
# https://bugs.freedesktop.org/show_bug.cgi?id=17931
|
|
|
|
$cp_cmd -f $XBPS_TEMPLATESDIR/$pkgname-netbsd-pci.c \
|
|
$XBPS_BUILDDIR/$pkgname-$version/src/netbsd_pci.c
|
|
cd $XBPS_BUILDDIR/$pkgname-$version && sh ./autogen.sh
|