GLUED: renamed packages to rules, cfg_dir_packages to cfg_dir_rules.

This commit is contained in:
Ricardo Martins
2014-02-02 09:53:29 +00:00
parent 6420cb1823
commit eaf0c7d347
354 changed files with 7 additions and 7 deletions

33
rules/popt/default.bash Normal file
View File

@@ -0,0 +1,33 @@
version=\
(
1.16
)
url=\
(
http://rpm5.org/files/popt/popt-$version.tar.gz
)
md5=\
(
3743beefa3dd6247a73f8f7a32c14c33
)
configure()
{
"../popt-$version/configure" \
--prefix="$cfg_dir_toolchain_sysroot/usr" \
--target="$cfg_target_canonical" \
--host="$cfg_target_canonical" \
--build="$cfg_host_canonical"
}
build()
{
$cmd_make
}
host_install()
{
$cmd_make install
}