summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/tweaker/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/tweaker/PKGBUILD')
-rw-r--r--abs/core-testing/tweaker/PKGBUILD45
1 files changed, 0 insertions, 45 deletions
diff --git a/abs/core-testing/tweaker/PKGBUILD b/abs/core-testing/tweaker/PKGBUILD
deleted file mode 100644
index 85df000..0000000
--- a/abs/core-testing/tweaker/PKGBUILD
+++ /dev/null
@@ -1,45 +0,0 @@
-pkgname=tweaker
-pkgver=1
-pkgrel=56
-pkgdesc="applies tweaks to the baseline configuration and attempts to optimize settings for the hardware it finds"
-arch=('i686' 'x86_64')
-
-depends=('bash' 'perl' 'perl-dbi' 'perl-exception-class' 'perl-log-log4perl' 'perl-log-dispatch' 'perl-getopt-lucid' 'perl-list-member' 'perl-class-data-inheritable' 'perl-devel-stacktrace' 'perl-xml-twig')
-
-source=(tweaker.sh log4perl.conf)
-
-license=('GPL2')
-#groups=('pvr')
-
-
-install=tweaker.install
-build() {
- TWEAKER_ROOT=usr/LH/tweaker
- mkdir -p $startdir/pkg/$TWEAKER_ROOT
- mkdir -p $startdir/pkg/$TWEAKER_ROOT/{bin,fs,tcf}
- mkdir -p $startdir/pkg/etc/profile.d
- mkdir -p $startdir/pkg/usr/lib/perl5/vendor_perl/Tweaker/
-
- cd $startdir
- # executables
- install -m0777 -D bin/* $startdir/pkg/$TWEAKER_ROOT/bin
-
- # parallel root directory structure used for seeding configuration files
- # Ensure shell variables are configured at start; ensure $TWEAKER_ROOT/bin is in $PATH
- cp -rp fs $startdir/pkg/$TWEAKER_ROOT/
- chmod -R 0777 $startdir/pkg/$TWEAKER_ROOT/
-
- # Tweaker configuration files
- install -m0555 -D tcf/* $startdir/pkg/$TWEAKER_ROOT/tcf
-
- # Tweaker-centric log4perl configuration
- #install -m0755 log4perl.conf $startdir/pkg/etc/log4perl.conf
- install -m0755 log4perl.conf $startdir/pkg/$TWEAKER_ROOT
-
- install -m0755 tweaker.sh $startdir/pkg/etc/profile.d/tweaker.sh
-
- # Copy our tweaker Perl modules for general use
- install -m0555 lib/Tweaker/* $startdir/pkg/usr/lib/perl5/vendor_perl/Tweaker/
-}
-md5sums=('77fab526e866b273091e6816135ef25f'
- 'e897b87dd308f9562d0867de9fab2de0')