CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
util-linux: updated to 2.37
[ports/core-arm64.git] / prt-get / Pkgfile
index 4bda6a166418e355cdb559c42946b8e695039092..b7886d47487d4eb316b1e7028db3cbb8acb82d91 100644 (file)
@@ -5,9 +5,9 @@
 # Depends on:
 
 name=prt-get
-version=5.19
-release=3
-source=(http://crux.nu/files/prt-get-$version.tar.gz
+version=5.19.5
+release=2
+source=(http://crux.nu/files/prt-get-$version.tar.xz
         prt-get.conf prt-get.aliases)
 
 build() {
@@ -17,6 +17,5 @@ build() {
   make
   make DESTDIR=$PKG install
 
-  install -m 644 $SRC/prt-get.conf $PKG/etc/
-  install -D -m 644 $SRC/prt-get.aliases $PKG/var/lib/pkg/prt-get.aliases
+  install -m 644 $SRC/prt-get.{conf,aliases} $PKG/etc/
 }