summaryrefslogtreecommitdiffstats
path: root/pkg++
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2011-01-08 18:45:21 +0100
committerLukc <lukc@upyum.com>2011-01-08 18:45:21 +0100
commitc4b9d9e80826b8f309f21298440c0baf492929a2 (patch)
tree98b2561257dd9518326e1c97cc03102a58295b01 /pkg++
parent91f7c987c26853e777c599731e65222081df3732 (diff)
downloaddevel-c4b9d9e80826b8f309f21298440c0baf492929a2.tar.gz
devel-c4b9d9e80826b8f309f21298440c0baf492929a2.tar.bz2
devel-c4b9d9e80826b8f309f21298440c0baf492929a2.tar.xz
devel-c4b9d9e80826b8f309f21298440c0baf492929a2.zip
Foutu mainteneur de pkg++, alors.
Diffstat (limited to 'pkg++')
-rw-r--r--pkg++/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/pkg++/Pkgfile b/pkg++/Pkgfile
new file mode 100644
index 0000000..5a6c237
--- /dev/null
+++ b/pkg++/Pkgfile
@@ -0,0 +1,21 @@
+description="Portable package builder."
+url=http://devel.upyum.com/cgit.cgi/pkg++
+packager="Lukc <lukc AT upyum DOT com>"
+maintainer="Lukc <lukc AT upyum DOT com>"
+
+name=pkg++
+version=devel
+release=1
+source=(
+ git://devel.upyum.com/pkgxx.git
+)
+
+depends=(bash pkgutils)
+
+build(){
+ cd $name
+ ./configure \
+ --package-manager=pkgutils \
+ ${configure_opts[@]}
+ pkgmake -B DESTDIR=$PKG install
+}