GLUED: renamed packages to rules, cfg_dir_packages to cfg_dir_rules.
This commit is contained in:
42
rules/libxslt/host.bash
Normal file
42
rules/libxslt/host.bash
Normal file
@@ -0,0 +1,42 @@
|
||||
version=\
|
||||
(
|
||||
"1.1.26"
|
||||
)
|
||||
|
||||
url=\
|
||||
(
|
||||
"ftp://xmlsoft.org/libxml2/libxslt-$version.tar.gz"
|
||||
)
|
||||
|
||||
md5=\
|
||||
(
|
||||
"e61d0364a30146aaa3001296f853b2b9"
|
||||
)
|
||||
|
||||
maintainer=\
|
||||
(
|
||||
"Ricardo Martins <rasm@fe.up.pt>"
|
||||
)
|
||||
|
||||
requires=\
|
||||
(
|
||||
'libxml2/host'
|
||||
)
|
||||
|
||||
configure()
|
||||
{
|
||||
./configure \
|
||||
--prefix="${cfg_dir_toolchain}" \
|
||||
--disable-shared \
|
||||
--enable-static
|
||||
}
|
||||
|
||||
build()
|
||||
{
|
||||
$cmd_make
|
||||
}
|
||||
|
||||
host_install()
|
||||
{
|
||||
$cmd_make_single install
|
||||
}
|
Reference in New Issue
Block a user