diff --git a/srcpkgs/qupzilla/template b/srcpkgs/qupzilla/template index b3b422d5e6f..aff1b24e161 100644 --- a/srcpkgs/qupzilla/template +++ b/srcpkgs/qupzilla/template @@ -21,11 +21,3 @@ do_build() { make ${makejobs} ${make_build_args} ${make_build_target} || make ${makejobs} ${make_build_args} ${make_build_target} } - -qupzilla-devel_package() { - short_desc+=" - development files" - depends="${sourcepkg}>${version}_${revision}" - pkg_install() { - vmove usr/include - } -}