#!/bin/sh app=packagekit version=1.1.4 build=1sml makebuilddirs rm -rf PackageKit-$version tar xf $CWD/PackageKit-$version.tar.?z* cd PackageKit-$version fixsrcdirpermissions ./configure \ --prefix="" \ --sysconfdir=/etc \ --disable-static \ --disable-cron \ --disable-schemas-compile \ --disable-systemd \ --disable-offline-update \ --enable-katja \ --disable-nls make make install DESTDIR=$pkg mv $pkg/etc/PackageKit/CommandNotFound.conf $pkg/etc/PackageKit/CommandNotFound.conf.new mv $pkg/etc/PackageKit/PackageKit.conf $pkg/etc/PackageKit/PackageKit.conf.new mv $pkg/etc/PackageKit/Vendor.conf $pkg/etc/PackageKit/Vendor.conf.new mv $pkg/etc/PackageKit/Katja.conf $pkg/etc/PackageKit/Katja.conf.new makefinalpkg # HOW TO EDIT THIS FILE: packagekit: packagekit (installation and updates of packages) packagekit: packagekit: PackageKit is a system designed to make installing and updating packagekit: software on your computer easier. The primary design goal packagekit: is to unify all the software graphical tools used in different packagekit: distributions, and use some of the latest technology like PolicyKit. packagekit: packagekit: packagekit: Homepage: https://www.freedesktop.org/software/PackageKit/ packagekit: packagekit: homepage="" download="" desc=""