mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
tie_simple: add tests, cleanup
This commit is contained in:
@@ -11,7 +11,7 @@ to minimize the need for documentation and to make this extra, extra spiffy."
|
||||
HOMEPAGE="https://metacpan.org/pod/Tie::Simple"
|
||||
COPYRIGHT="2015 by Qubling Software LLC."
|
||||
LICENSE="Artistic"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://cpan.metacpan.org/authors/id/H/HA/HANENKAMP/Tie-Simple-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="29e9e2133951046c78f205f1b3e8df62c90e114f0e08fa06b817766a0f808b12"
|
||||
SOURCE_DIR="Tie-Simple-$portVersion"
|
||||
@@ -42,5 +42,15 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install DESTDIR="${DESTDIR}"
|
||||
make pure_install
|
||||
|
||||
# remove architecture-specific files
|
||||
cd $prefix
|
||||
rm -r $(perl -V:vendorarch | cut -d\' -f2 | cut -d/ -f5-)
|
||||
# cut extracts the quoted string and strips the prefix (which is perl's and not ours)
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
make test
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user